SalesHood

Enhance your SalesHood experience by improving integrations with other systems.

Wat is SalesHood?

SalesHood is een Chrome-extensie ontwikkeld door SalesHood Inc., en de belangrijkste functie is "Enhance your SalesHood experience by improving integrations with other systems.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SalesHood

Download SalesHood-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Installing this extension will enable you to view embedded content from most websites without leaving SalesHood.                    

Basisinformatie over de Extensie

Naam SalesHood SalesHood
ID ojifjnngghhagndjdfeemiccjppainil
Officiële URL https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil
Beschrijving Enhance your SalesHood experience by improving integrations with other systems.
Bestandsgrootte 26.97 KB
Aantal Installaties 2,832
Huidige Versie 0.0.9
Laatst Bijgewerkt 2023-05-03
Publicatiedatum 2022-12-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SalesHood Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.saleshood.com
Help Pagina-URL https://support.saleshood.com/
URL van de Privacybeleid Pagina https://saleshood.com/privacy-policy
Ondersteunde Talen 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"
}