SalesHood
Enhance your SalesHood experience by improving integrations with other systems.
Vad är SalesHood?
SalesHood är en Chrome-tillägg utvecklad av SalesHood Inc., och dess huvudfunktion är "Enhance your SalesHood experience by improving integrations with other systems.".
Tilläggsskärmbilder
Ladda ner SalesHood-förlängningens CRX-fil
Ladda ner SalesHood-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Installing this extension will enable you to view embedded content from most websites without leaving SalesHood.
Grundläggande Information om Tillägg
Namn | SalesHood |
ID | ojifjnngghhagndjdfeemiccjppainil |
Officiell webbadress | https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil |
Beskrivning | Enhance your SalesHood experience by improving integrations with other systems. |
Filstorlek | 26.97 KB |
Antal Installationer | 2,832 |
Aktuell Version | 0.0.9 |
Senast Uppdaterad | 2023-05-03 |
Publiceringsdatum | 2022-12-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | SalesHood Inc. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.saleshood.com |
Hjälpsida URL | https://support.saleshood.com/ |
URL till Sekretesspolicy Sidan | https://saleshood.com/privacy-policy |
Stödda Språk | 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" } |