SimilarTech Prospecting
Discover prospecting information on any website you're visiting by simply clicking the extension's icon.
SimilarTech Prospecting란 무엇입니까?
SimilarTech Prospecting은(는) https://www.similartech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover prospecting information on any website you're visiting by simply clicking the extension's icon."입니다.
확장 프로그램 스크린샷
SimilarTech Prospecting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Information including traffic data, company details and the technologies stack.
확장 프로그램 기본 정보
이름 | SimilarTech Prospecting |
ID | jiabgmelnfhgjkfdaoiccfcbaedjfcnm |
공식 URL | https://chromewebstore.google.com/detail/similartech-prospecting/jiabgmelnfhgjkfdaoiccfcbaedjfcnm |
설명 | Discover prospecting information on any website you're visiting by simply clicking the extension's icon. |
파일 크기 | 2.18 MB |
설치 횟수 | 80,000 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2022-11-08 |
출시 날짜 | 2020-05-25 |
평점 | 4.49/5 총 35 개의 평점 |
개발자 | https://www.similartech.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |