FAQhacker
Giving your team access to the information they need
ما هو FAQhacker؟
FAQhacker هو إضافة Chrome تم تطويرها بواسطة FAQhacker، والميزة الرئيسية لها هي "Giving your team access to the information they need".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FAQhacker
قم بتنزيل ملفات الامتداد FAQhacker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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": [ "*:\/\/*\/*" ] } |