2FAst - Code Sender
Send your 2FA codes from your phone to your browser automatically
Что такое 2FAst - Code Sender?
2FAst - Code Sender - это расширение Chrome, разработанное Pinapps, и его основная функция - "Send your 2FA codes from your phone to your browser automatically".
Снимки экрана расширения
Скачать файл CRX расширения 2FAst - Code Sender
Скачайте файлы расширений 2FAst - Code Sender в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Send your 2FA codes from your phone to your browser and paste them automatically!
Visit our website for more information https://2fast.app/
Download the android app from https://play.google.com/store/apps/details?id=com.pinapps.codesender Основная информация о расширении
| Название | |
| ID | djjophdaemcafajdpmbhfneamdmhhnkl |
| Официальный URL | https://chromewebstore.google.com/detail/2fast-code-sender/djjophdaemcafajdpmbhfneamdmhhnkl |
| Описание | Send your 2FA codes from your phone to your browser automatically |
| Размер файла | 41.82 KB |
| Количество установок | 421 |
| Текущая Версия | 0.0.0.7 |
| Последнее Обновление | 2018-08-03 |
| Дата публикации | 2018-08-03 |
| Рейтинг | 3.00/5 Всего 2 оценок |
| Разработчик | Pinapps |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://2fast.app/ |
| URL страницы помощи | https://2fast.app/ |
| URL страницы политики конфиденциальности | http://nsdc.gr/mobile-privacy-policy.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.0.7",
"name": "2FAst - Code Sender",
"short_name": "2FAst - Code Sender",
"description": "Send your 2FA codes from your phone to your browser automatically",
"icons": {
"128": "logo.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "credentials.html"
},
"background": {
"page": "background.html"
},
"manifest_version": 2,
"offline_enabled": false,
"incognito": "spanning",
"permissions": [
"gcm",
"notifications",
"clipboardWrite",
"storage",
"activeTab",
"https:\/\/*\/"
],
"content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
"oauth2": {
"client_id": "152575860699-seubfjc06pu6tse9tsg9944pcltipb2a.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
} | |