FAQhacker

Giving your team access to the information they need

Apa itu FAQhacker?

FAQhacker adalah ekstensi Chrome yang dikembangkan oleh FAQhacker, dan fitur utamanya adalah "Giving your team access to the information they need".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FAQhacker

Unduh file ekstensi FAQhacker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FAQhacker FAQhacker
ID acpdgmkdnpaalldgmjflhjhfeocplhla
URL Resmi https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla
Deskripsi Giving your team access to the information they need
Ukuran File 34.06 MB
Jumlah Instalasi 124
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2022-01-06
Tanggal Publikasi 2020-08-24
Pengembang FAQhacker
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://faqhacker.com/privacy
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}