FAQhacker
Giving your team access to the information they need
FAQhacker क्या है?
FAQhacker FAQhacker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Giving your team access to the information they need"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FAQhacker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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": [ "*:\/\/*\/*" ] } |