FAQhacker
Giving your team access to the information they need
FAQhackerとは何ですか?
FAQhackerはFAQhackerによって開発されたChromeの拡張機能で、その主な機能は「Giving your team access to the information they need」です。
拡張機能のスクリーンショット
FAQhacker拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [ "*:\/\/*\/*" ] } |