FAQhacker
Giving your team access to the information they need
Hvad er FAQhacker?
FAQhacker er en Chrome-udvidelse udviklet af FAQhacker, og dens hovedfunktion er "Giving your team access to the information they need".
Udvidelsesskærmbilleder
Download FAQhacker-udvidelses-CRX-fil
Download FAQhacker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | FAQhacker |
ID | acpdgmkdnpaalldgmjflhjhfeocplhla |
Officiel URL | https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla |
Beskrivelse | Giving your team access to the information they need |
Filstørrelse | 34.06 MB |
Antal Installationer | 124 |
Nuværende Version | 1.0.9 |
Senest Opdateret | 2022-01-06 |
Udgivelsesdato | 2020-08-24 |
Udvikler | FAQhacker |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://faqhacker.com/privacy |
Understøttede Sprog | 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": [ "*:\/\/*\/*" ] } |