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 - это расширение Chrome, разработанное http://getinboxes.com, и его основная функция - "Inboxes, free temp email inbox service. Protects private email from spam, providing you a temp disposable email address.".
Снимки экрана расширения
Скачать файл CRX расширения Inboxes - Temp email, new domains every month
Скачайте файлы расширений 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 |
Электронная почта | [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\/*" ] } |