FAQhacker

Giving your team access to the information they need

Co to jest FAQhacker?

FAQhacker to rozszerzenie Chrome opracowane przez FAQhacker, a jego główną funkcją jest „Giving your team access to the information they need”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia FAQhacker

Pobierz pliki rozszerzeń FAQhacker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FAQhacker FAQhacker
ID acpdgmkdnpaalldgmjflhjhfeocplhla
Oficjalny URL https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla
Opis Giving your team access to the information they need
Rozmiar pliku 34.06 MB
Liczba instalacji 124
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2022-01-06
Data Publikacji 2020-08-24
Deweloper FAQhacker
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://faqhacker.com/privacy
Obsługiwane Języki 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": [
        "*:\/\/*\/*"
    ]
}