Not Login ("the Extension") is a Chrome extension that lets you store and retrieve physical-world secrets — such as Wi-Fi passwords, bank PINs, door codes, and API keys — using your own Google Sheet as a backend. This policy explains what data the Extension accesses, how it is used, and what it never does.
The Extension does not operate any server, database, or backend of its own. No personal data, credentials, usage statistics, or analytics are ever transmitted to the developer or any third party.
chrome.storage.sync, which syncs across your Chrome browsers signed into the same
Google account. No secret data is stored here — only the pointer to your vault.
chrome.storage.local on your device and never leave your browser.
chrome.storage.session and is automatically cleared when Chrome closes.
The Extension uses Google OAuth 2.0 (chrome.identity) to authenticate you and
obtain an access token. This token is used solely to read from and write to the specific
Google Sheet you configure. The Extension requests the
https://www.googleapis.com/auth/drive.file scope in order to:
The drive.file scope grants access only to files created by the Extension
or explicitly authorized by you — never your entire Google Drive. Your secrets remain
exclusively in your own Google Account.
When you click a secret field to copy it, the value is written to your system clipboard
using the clipboardWrite permission. This action is initiated solely by you
and no clipboard data is transmitted anywhere.
On HTTPS pages, the Extension injects a small icon next to password fields to offer
autofill suggestions for secrets you have stored with type=website. The content
script only reads secrets from the local session cache; it does not transmit any page
content or form data to any server.
The Extension does not share, sell, transfer, or disclose any Google user data —
including your Google Account identity, OAuth tokens, or the contents of your Google Sheet —
to the developer, any third party, or any other service. Your data flows only between your
browser and Google's own APIs (sheets.googleapis.com and Google's OAuth endpoints).
No other third-party services receive any data.
Your secrets are protected by multiple layers of security:
chrome.identity system; the Extension never stores or touches raw credentials.chrome.storage.session, which is sandboxed to the extension and inaccessible to web pages or other extensions.chrome.storage.session is automatically cleared when Chrome is closed.
It expires after 5 minutes of inactivity even within a session.
chrome.storage.sync persists and syncs across your Chrome browsers until
you uninstall the Extension or clear it manually.
The Extension is not directed at children under the age of 13 and does not knowingly collect any information from children.
If this policy is updated, the "Last updated" date at the top of this page will be revised. Continued use of the Extension after any change constitutes acceptance of the new policy.
For questions about this privacy policy, please open an issue on the project repository or contact the developer directly.
Not Login(「本擴充功能」)是一款 Chrome 擴充功能,讓你以自己的 Google Sheet 作為後端, 儲存與查詢實體世界的密碼——例如 Wi-Fi 密碼、銀行 PIN、門禁代碼、API 金鑰等。 本政策說明本擴充功能存取哪些資料、如何使用,以及絕對不會做的事情。
本擴充功能不擁有任何伺服器、資料庫或後端系統。 任何個人資料、憑證、使用統計或分析數據,均不會傳送給開發者或任何第三方。
chrome.storage.sync,會在同一個 Google 帳號登入的 Chrome 瀏覽器之間同步。
此處不儲存任何密碼內容,只存放指向你 vault 的指標。
chrome.storage.local,不會離開你的瀏覽器。
chrome.storage.session,Chrome 關閉時自動清除。
本擴充功能使用 Google OAuth 2.0(chrome.identity)驗證你的身份並取得存取 token。
此 token 僅用於存取本擴充功能建立或你明確授權的 Google Drive 檔案。
本擴充功能申請 https://www.googleapis.com/auth/drive.file 權限,用途如下:
drive.file 權限僅允許存取本擴充功能建立的檔案,
不會存取你整個 Google Drive 的其他內容。你的密碼資料完全保存在你自己的 Google 帳號中。
當你點擊密碼欄位進行複製時,該數值會透過 clipboardWrite 權限寫入系統剪貼簿。
此動作完全由你主動觸發,複製的內容不會傳送至任何地方。
在 HTTPS 網頁上,本擴充功能會在密碼欄位旁注入一個小圖示,
為你儲存的 type=web 密碼提供自動填入建議。
內容腳本僅從本機 session 快取讀取資料,不會將任何頁面內容或表單資料傳送至任何伺服器。
本擴充功能不會將任何 Google 使用者資料——包括你的 Google 帳號身份、OAuth token 或 Google Sheet 內容——分享、出售、移轉或揭露給開發者、任何第三方或其他服務。
你的資料僅在你的瀏覽器與 Google 自有 API(sheets.googleapis.com 及 Google OAuth 端點)之間流動,不會傳送至任何其他第三方服務。
你的密碼受到多層安全保護:
chrome.identity 系統管理,本擴充功能從不儲存或接觸原始憑證。chrome.storage.session,此儲存區與擴充功能沙箱隔離,網頁或其他擴充功能無法存取。chrome.storage.session 的暫時密碼副本,在 Chrome 關閉時自動清除,並於閒置 5 分鐘後到期。
chrome.storage.sync,在你解除安裝本擴充功能或手動清除前持續保存並同步。
本擴充功能僅與 Google API(sheets.googleapis.com 及 Google OAuth 端點)通訊,
不使用任何其他第三方服務。
本擴充功能不針對 13 歲以下兒童,亦不會主動收集兒童的任何資訊。
若本政策有所更新,頁面頂部的「最後更新」日期將同步修改。 在政策變更後繼續使用本擴充功能,即表示接受新版政策。
如對本隱私權政策有任何疑問,請在專案 repository 開 issue,或直接聯絡開發者。