FAQhacker

Giving your team access to the information they need

Was ist FAQhacker?

FAQhacker ist eine Chrome-Erweiterung, die von FAQhacker entwickelt wurde, und ihr Hauptmerkmal ist "Giving your team access to the information they need".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FAQhacker-Erweiterungs-CRX-Datei herunterladen

Laden Sie FAQhacker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FAQhacker FAQhacker
ID acpdgmkdnpaalldgmjflhjhfeocplhla
Offizielle URL https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla
Beschreibung Giving your team access to the information they need
Dateigröße 34.06 MB
Installationsanzahl 124
Aktuelle Version 1.0.9
Letztes Update 2022-01-06
Veröffentlichungsdatum 2020-08-24
Entwickler FAQhacker
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://faqhacker.com/privacy
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}