FAQhacker

Giving your team access to the information they need

什么是FAQhacker?

FAQhacker是由FAQhacker开发的Chrome扩展程序,该扩展的主要功能是“Giving your team access to the information they need”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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": [
        "*:\/\/*\/*"
    ]
}