FAQhacker
Giving your team access to the information they need
Что такое FAQhacker?
FAQhacker - это расширение Chrome, разработанное FAQhacker, и его основная функция - "Giving your team access to the information they need".
Снимки экрана расширения
Скачать файл CRX расширения FAQhacker
Скачайте файлы расширений FAQhacker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
FAQhacker gives you the ability to upload and distribute the information/knowledge to your team to make them efficient and successful. Our extension not only stores any information your team uploads but will visualize it in the systems your teams uses everyday.
Основная информация о расширении
Название | FAQhacker |
ID | acpdgmkdnpaalldgmjflhjhfeocplhla |
Официальный URL | https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla |
Описание | Giving your team access to the information they need |
Размер файла | 34.06 MB |
Количество установок | 124 |
Текущая Версия | 1.0.9 |
Последнее Обновление | 2022-01-06 |
Дата публикации | 2020-08-24 |
Разработчик | FAQhacker |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://faqhacker.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FAQhacker", "version": "1.0.9", "manifest_version": 2, "default_locale": "en", "description": "Giving your team access to the information they need", "author": "FAQhacker", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "lib\/jquery\/jquery.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/128x128.png", "default_title": "FAQhacker" }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/faqhacker.uc.r.appspot.com\/*", "http:\/\/localhost:8081\/*", "https:\/\/staging-dot-faqhacker.uc.r.appspot.com\/*" ], "web_accessible_resources": [ "lib\/FontAwesome.otf", "images\/*" ], "optional_permissions": [ "*:\/\/*\/*" ] } |