FAQhacker

Giving your team access to the information they need

Τι είναι το FAQhacker;

Το FAQhacker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FAQhacker, και η κύρια λειτουργία του είναι "Giving your team access to the information they need".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FAQhacker

Λήψη αρχείων επέκτασης 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": [
        "*:\/\/*\/*"
    ]
}