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": [
        "*:\/\/*\/*"
    ]
}