FAQhacker

Giving your team access to the information they need

Qu'est-ce que FAQhacker ?

FAQhacker est une extension Chrome développée par FAQhacker, et sa fonction principale est "Giving your team access to the information they need".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FAQhacker

Téléchargez les fichiers d'extension FAQhacker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FAQhacker FAQhacker
ID acpdgmkdnpaalldgmjflhjhfeocplhla
URL Officiel https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla
Description Giving your team access to the information they need
Taille du Fichier 34.06 MB
Nombre d'Installations 124
Version Actuelle 1.0.9
Dernière Mise à Jour 2022-01-06
Date de Publication 2020-08-24
Développeur FAQhacker
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://faqhacker.com/privacy
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}