SalesHood
Enhance your SalesHood experience by improving integrations with other systems.
SalesHood là gì?
SalesHood là một tiện ích mở rộng Chrome được phát triển bởi SalesHood Inc., và tính năng chính của nó là "Enhance your SalesHood experience by improving integrations with other systems.".
Ả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 SalesHood
Tải xuống các tệp mở rộng SalesHood 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
Installing this extension will enable you to view embedded content from most websites without leaving SalesHood.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SalesHood |
ID | ojifjnngghhagndjdfeemiccjppainil |
URL Chính Thức | https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil |
Mô tả | Enhance your SalesHood experience by improving integrations with other systems. |
Kích Thước Tệp | 26.97 KB |
Số Lần Cài Đặt | 2,832 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2023-05-03 |
Ngày Phát Hành | 2022-12-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | SalesHood Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.saleshood.com |
URL Trang Trợ Giúp | https://support.saleshood.com/ |
URL Trang Chính Sách Bảo Mật | https://saleshood.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.saleshood.com\/*", "*:\/\/*.skillshood.com\/*", "*:\/\/saleshood.lvh.me\/*" ], "js": [ "\/content\/webapp-content-script.js" ] } ], "description": "Enhance your SalesHood experience by improving integrations with other systems.", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" }, "manifest_version": 3, "name": "SalesHood", "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback", "activeTab" ], "version": "0.0.9" } |