SalesHood

Enhance your SalesHood experience by improving integrations with other systems.

Apa itu SalesHood?

SalesHood adalah ekstensi Chrome yang dikembangkan oleh SalesHood Inc., dan fitur utamanya adalah "Enhance your SalesHood experience by improving integrations with other systems.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SalesHood

Unduh file ekstensi SalesHood dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SalesHood SalesHood
ID ojifjnngghhagndjdfeemiccjppainil
URL Resmi https://chromewebstore.google.com/detail/saleshood/ojifjnngghhagndjdfeemiccjppainil
Deskripsi Enhance your SalesHood experience by improving integrations with other systems.
Ukuran File 26.97 KB
Jumlah Instalasi 2,832
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2023-05-03
Tanggal Publikasi 2022-12-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang SalesHood Inc.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.saleshood.com
URL Halaman Bantuan https://support.saleshood.com/
URL Halaman Kebijakan Privasi https://saleshood.com/privacy-policy
Bahasa yang Didukung 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"
}