Tech Tracker
Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc.
Τι είναι το Tech Tracker;
Το Tech Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://techtracker.io, και η κύρια λειτουργία του είναι "Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tech Tracker
Λήψη αρχείων επέκτασης Tech Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Find out what technologies the website you are visiting are using, with this extension. It is free to use enter any website such as Hubspot.com, Salesforce.com etc and press the extension so see the technologies they are using. The Tech Tracker Chrome Extension lets you find out what technologies a website is built with by a simple click on the Tech Tracker icon! Tech Tracker is a web site profiler tool. Upon looking up a page, Tech Tracker returns all the technologies it can find on the page and from Job Descriptions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tech Tracker |
ID | nbekoghdcgbghendladilmceojdobdgl |
Επίσημο URL | https://chromewebstore.google.com/detail/tech-tracker/nbekoghdcgbghendladilmceojdobdgl |
Περιγραφή | Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc. |
Μέγεθος Αρχείου | 261 KB |
Αριθμός Εγκαταστάσεων | 800 |
Τρέχουσα Έκδοση | 2.1.1 |
Τελευταία Ενημέρωση | 2020-05-04 |
Ημερομηνία Δημοσίευσης | 2020-05-04 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://techtracker.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://techtracker.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.techtracker.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.usedemand.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tech Tracker", "description": "Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc.", "homepage_url": "https:\/\/techtracker.io\/?source=plugin", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png" }, "default_popup": "popup.html", "default_title": "Teck Tracker - click for more details" }, "content_scripts": [ { "js": [ "js\/browser-polyfill.js", "js\/content.js", "js\/notification.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "120": "images\/icon_120.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png" }, "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "2.1.1", "web_accessible_resources": [ "js\/tt_env.js", "images\/*", "css\/notification.css" ] } |