FAQhacker
Giving your team access to the information they need
FAQhacker là gì?
FAQhacker là một tiện ích mở rộng Chrome được phát triển bởi FAQhacker, và tính năng chính của nó là "Giving your team access to the information they need".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FAQhacker
Tải xuống các tệp mở rộng FAQhacker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FAQhacker |
ID | acpdgmkdnpaalldgmjflhjhfeocplhla |
URL Chính Thức | https://chromewebstore.google.com/detail/faqhacker/acpdgmkdnpaalldgmjflhjhfeocplhla |
Mô tả | Giving your team access to the information they need |
Kích Thước Tệp | 34.06 MB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2022-01-06 |
Ngày Phát Hành | 2020-08-24 |
Nhà Phát Triển | FAQhacker |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://faqhacker.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } |