Shopify Checker
Checks if a website is built on Shopify and displays a message when the icon is clicked.
Τι είναι το Shopify Checker;
Το Shopify Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://joerinaldijohnson.com, και η κύρια λειτουργία του είναι "Checks if a website is built on Shopify and displays a message when the icon is clicked.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shopify Checker
Λήψη αρχείων επέκτασης Shopify Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Shopify Detector is a lightweight and user-friendly Chrome extension that helps you instantly identify whether a website is built on the Shopify platform or not. With a simple click on the extension icon, you can quickly determine if a site is using Shopify, making it an indispensable tool for developers, designers, marketers, and e-commerce enthusiasts. Features: Easy-to-use interface: The extension is designed with simplicity in mind. A single click on the icon will reveal whether the site you're browsing is built on Shopify or not. Automatic detection: Shopify Detector works in the background, automatically analyzing websites and updating the extension icon based on the presence of Shopify-related elements. Supports both traditional and headless Shopify stores: Our extension is engineered to identify both traditional Shopify stores using Shopify.theme and headless stores that leverage the Shopify platform. Visual feedback: The extension icon changes color to indicate the detection status, making it easy to see whether a site is built on Shopify at a glance. Informative popup: Clicking on the extension icon opens a popup with a clear message indicating if the website is built on Shopify or not, along with helpful guidance on how to use the extension. How to use: 1. Install the Shopify Detector extension from the Chrome Web Store. 2. Browse the web as usual. The extension icon will automatically update to indicate if the current site is built on Shopify. 3. Click the extension icon to view a popup with more information about the detection status and usage instructions. With Shopify Detector, you can save time and effort when researching websites, identifying potential clients or partners, and exploring the world of e-commerce. Get started today and effortlessly detect Shopify-powered websites with a single click! Disclaimer: Shopify Detector is an independent Chrome extension and is not affiliated with, endorsed, or sponsored by Shopify Inc. While we strive to provide accurate detection results, the extension may occasionally produce false positives or negatives. The developer assumes no responsibility for any errors or inaccuracies in the detection process or for any decisions made based on the information provided by the extension. Use this extension at your own risk, and always verify the information independently if accuracy is critical to your purpose.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Shopify Checker |
ID | higfkiojenkggbdbiilfidjfcgdjpijp |
Επίσημο URL | https://chromewebstore.google.com/detail/shopify-checker/higfkiojenkggbdbiilfidjfcgdjpijp |
Περιγραφή | Checks if a website is built on Shopify and displays a message when the icon is clicked. |
Μέγεθος Αρχείου | 9.18 KB |
Αριθμός Εγκαταστάσεων | 946 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-03-21 |
Ημερομηνία Δημοσίευσης | 2023-03-20 |
Αξιολόγηση | 1.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://joerinaldijohnson.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shopify Checker", "version": "1.0", "description": "Checks if a website is built on Shopify and displays a message when the icon is clicked.", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_icon": { "48": "icon.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" } } |