SimilarTech Prospecting
Discover prospecting information on any website you're visiting by simply clicking the extension's icon.
Vad är SimilarTech Prospecting?
SimilarTech Prospecting är en Chrome-tillägg utvecklad av https://www.similartech.com, och dess huvudfunktion är "Discover prospecting information on any website you're visiting by simply clicking the extension's icon.".
Tilläggsskärmbilder
Ladda ner SimilarTech Prospecting-förlängningens CRX-fil
Ladda ner SimilarTech Prospecting-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Information including traffic data, company details and the technologies stack. Grundläggande Information om Tillägg
| Namn | |
| ID | jiabgmelnfhgjkfdaoiccfcbaedjfcnm |
| Officiell webbadress | https://chromewebstore.google.com/detail/similartech-prospecting/jiabgmelnfhgjkfdaoiccfcbaedjfcnm |
| Beskrivning | Discover prospecting information on any website you're visiting by simply clicking the extension's icon. |
| Filstorlek | 2.18 MB |
| Antal Installationer | 80,000 |
| Aktuell Version | 2.1.0 |
| Senast Uppdaterad | 2022-11-08 |
| Publiceringsdatum | 2020-05-25 |
| Betyg | 4.49/5 Totalt 35 Betyg |
| Utvecklare | https://www.similartech.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |