SimilarTech Prospecting

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

What is SimilarTech Prospecting?

SimilarTech Prospecting is a Chrome extension developed by https://www.similartech.com, and its main feature is "Discover prospecting information on any website you're visiting by simply clicking the extension's icon.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SimilarTech Prospecting Extension CRX File

Download SimilarTech Prospecting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SimilarTech Prospecting SimilarTech Prospecting
ID jiabgmelnfhgjkfdaoiccfcbaedjfcnm
Official URL https://chromewebstore.google.com/detail/similartech-prospecting/jiabgmelnfhgjkfdaoiccfcbaedjfcnm
Description Discover prospecting information on any website you're visiting by simply clicking the extension's icon.
File Size 2.18 MB
Installation Count 80,000
Current Version 2.1.0
Last Updated 2022-11-08
Publish Date 2020-05-25
Rating 4.49/5 Total 35 Ratings
Developer https://www.similartech.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}