Inboxes - Temp email, new domains every month
Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.
Inboxes - Temp email, new domains every monthとは何ですか?
Inboxes - Temp email, new domains every monthはhttp://getinboxes.comによって開発されたChromeの拡張機能で、その主な機能は「Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.」です。
拡張機能のスクリーンショット
Inboxes - Temp email, new domains every month拡張機能のCRXファイルをダウンロード
Inboxes - Temp email, new domains every month拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inboxes is a free temp mail service. It protects private inboxes from spam and phishing by providing you 100's of temp mail address. It also alerts you when new messages are received and gives you easy access to copy and paste randomly generated temp email addresses. Use your anonymous disposable inbox to register to web sites where you don't want your real email to be exposed.
拡張機能の基本情報
名前 | |
ID | cmkjhmpnkckeffdpphnaidaamajmahgj |
公式URL | https://chrome.google.com/webstore/detail/inboxes-temp-email-new-do/cmkjhmpnkckeffdpphnaidaamajmahgj |
説明 | Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address. |
ファイルサイズ | 579 KB |
インストール数 | 364 |
現在のバージョン | 1.0.26 |
最終更新日 | 2018-11-28 |
公開日 | 2018-11-28 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | http://getinboxes.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://getinboxes.com |
ヘルプページのURL | https://getinboxes.com/help |
プライバシーポリシーページのURL | https://getnada.com/privacy |
対応言語 | id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Inboxes - Temp email, new domains every month", "short_name": "Inboxes - Temp mail", "version": "1.0.26", "homepage_url": "https:\/\/getinboxes.com\/", "description": "Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.", "author": "Inboxes - Temp mail", "default_locale": "en", "icons": { "16": "icons\/16x16.png", "20": "icons\/20x20.png", "24": "icons\/24x24.png", "32": "icons\/32x32.png", "40": "icons\/40x40.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" }, "permissions": [ "tabs", "notifications", "clipboardWrite", "https:\/\/getinboxes.com\/" ], "background": { "scripts": [ "vendor\/lodash\/lodash.min.js", "common\/Browser.js", "common\/Constants.js", "background\/script.js" ], "persistent": true }, "browser_action": { "default_title": "Inboxes - Temp email, new domains every month", "default_popup": "popup\/template.html", "default_icon": { "16": "icons\/16x16.png", "20": "icons\/20x20.png", "24": "icons\/24x24.png", "25": "icons\/25x25.png", "30": "icons\/30x30.png", "32": "icons\/32x32.png", "40": "icons\/40x40.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png", "512": "icons\/512x512.png" } }, "web_accessible_resources": [ "icons\/*" ] } |