SalesHood
Enhance your SalesHood experience by improving integrations with other systems.
What is SalesHood?
SalesHood is a Chrome extension developed by SalesHood Inc., and its main feature is "Enhance your SalesHood experience by improving integrations with other systems.".
Extension Screenshots
Download SalesHood Extension CRX File
Download SalesHood extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Installing this extension will enable you to view embedded content from most websites without leaving SalesHood.
Extension Basic Information
Name | SalesHood |
ID | ojifjnngghhagndjdfeemiccjppainil |
Official URL | https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil |
Description | Enhance your SalesHood experience by improving integrations with other systems. |
File Size | 26.97 KB |
Installation Count | 2,832 |
Current Version | 0.0.9 |
Last Updated | 2023-05-03 |
Publish Date | 2022-12-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SalesHood Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://www.saleshood.com |
Help Page URL | https://support.saleshood.com/ |
Privacy Policy Page URL | https://saleshood.com/privacy-policy |
Supported Languages | 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" } |