SimilarTech Prospecting

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

Wat is SimilarTech Prospecting?

SimilarTech Prospecting is een Chrome-extensie ontwikkeld door https://www.similartech.com, en de belangrijkste functie is "Discover prospecting information on any website you're visiting by simply clicking the extension's icon.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SimilarTech Prospecting

Download SimilarTech Prospecting-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

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

Basisinformatie over de Extensie

Naam SimilarTech Prospecting SimilarTech Prospecting
ID jiabgmelnfhgjkfdaoiccfcbaedjfcnm
Officiële URL https://chromewebstore.google.com/detail/similartech-prospecting/jiabgmelnfhgjkfdaoiccfcbaedjfcnm
Beschrijving Discover prospecting information on any website you're visiting by simply clicking the extension's icon.
Bestandsgrootte 2.18 MB
Aantal Installaties 80,000
Huidige Versie 2.1.0
Laatst Bijgewerkt 2022-11-08
Publicatiedatum 2020-05-25
Beoordeling 4.49/5 Totaal 35 Beoordelingen
Ontwikkelaar https://www.similartech.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}