FAQhacker
Giving your team access to the information they need
What is FAQhacker?
FAQhacker is a Chrome extension developed by FAQhacker, and its main feature is "Giving your team access to the information they need".
Extension Screenshots
Download FAQhacker Extension CRX File
Download FAQhacker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FAQhacker |
ID | acpdgmkdnpaalldgmjflhjhfeocplhla |
Official URL | https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla |
Description | Giving your team access to the information they need |
File Size | 34.06 MB |
Installation Count | 124 |
Current Version | 1.0.9 |
Last Updated | 2022-01-06 |
Publish Date | 2020-08-24 |
Developer | FAQhacker |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://faqhacker.com/privacy |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |