SimilarTech Prospecting

Discover prospecting information on any website you're visiting by simply clicking the extension's icon.

Cos'è SimilarTech Prospecting?

SimilarTech Prospecting è un'estensione di Chrome sviluppata da https://www.similartech.com, e la sua funzione principale è "Discover prospecting information on any website you're visiting by simply clicking the extension's icon.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SimilarTech Prospecting

Scarica i file di estensione SimilarTech Prospecting in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Information including traffic data, company details and the technologies stack.                    

Informazioni di Base sull'Estensione

Nome SimilarTech Prospecting SimilarTech Prospecting
ID jiabgmelnfhgjkfdaoiccfcbaedjfcnm
URL Ufficiale https://chromewebstore.google.com/detail/similartech-prospecting/jiabgmelnfhgjkfdaoiccfcbaedjfcnm
Descrizione Discover prospecting information on any website you're visiting by simply clicking the extension's icon.
Dimensione del File 2.18 MB
Conteggio Installazioni 80,000
Versione Corrente 2.1.0
Ultimo Aggiornamento 2022-11-08
Data di Pubblicazione 2020-05-25
Valutazione 4.49/5 Totale 35 Valutazioni
Sviluppatore https://www.similartech.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.1.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkEyDR2IJDWUTPLnvUrt+QzvFSnaJmtEGhV6J4PBXJe\/2MGl3rBKZzf1Gx1jfieKd6CJbhBttxMO5B6lWK8oZ9K2hgXPOMOR+HXxvPKyWHI9Z7SFkIoa40e0eREVAO\/zhFGRSl1B1ChcJAmoGn903nOUJ2I5E2ys6Ax2lFQxzcVt4LG1\/aFZrXSzYXddIAVm44gk9T6xpB5kDgMFC0LSr4IMiFOU5oCNaRm7hcq98UG+CzIbGBJufZJC7\/o89wFKKYmj0lkateMiTeJG5oDjG\/9pbCSvssphFLu\/Yjh\/TeLlbAXLaDDSV+JVT6sqAxuGMsbhmtmUQIdkKLc+ChFUfCQIDAQAB",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "images\/browser-action\/19.png",
            "38": "images\/browser-action\/38.png"
        }
    },
    "icons": {
        "16": "images\/icon\/16.png",
        "32": "images\/icon\/32.png",
        "48": "images\/icon\/48.png",
        "128": "images\/icon\/128.png"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "bundles\/events.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.similartech.com\/dashboard\/*"
            ],
            "js": [
                "bundles\/dashboard.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.similartech.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.*",
                "styles\/*.*",
                "fonts\/*.*",
                "bundles\/*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}