Shopify Theme Detector

Are you Shopify users? Have you ever seen a really well designed Shopify website and wonder how it was built? Well, now you can.…

Shopify Theme Detector là gì?

Shopify Theme Detector là một tiện ích mở rộng Chrome được phát triển bởi https://shopthemedetector.com, và tính năng chính của nó là "Are you Shopify users? Have you ever seen a really well designed Shopify website and wonder how it was built? Well, now you can.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopify Theme Detector

Tải xuống các tệp mở rộng Shopify Theme Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Are you Shopify users?
Have you ever seen a really well designed Shopify website and wonder how it was built?
Well, now you can.
Just find a site you like, click on the "Shopify Detector" tool icon and you will get your answer within seconds.
Now go build your own beautiful website.

* Note that this extension gets its information from a remote server and if for any reason the server is busy or down, the extension will not give you any indication of this. So if for any reason it seems to be taking too long, that means it's stuck and you should try again a little bit later.

** This is very unlikely, however, In some cases we may not be able to detect the Shopify theme being used on a Shopify website. If you encounter such a case, we would appreciate it if you could let us know about this so we can make sure the extension is up to date and works the best possible.

==================================

This extension is part of the Shopify Theme Detector website where you can detect the Shopify theme used on a Shopify website and get even more interesting information about the website you are interested in.

On the website you can also get a whole lot of information about Shopify, such as the best Shopify themes for specific types of shops, best Shopify apps for whatever you need done on your site, hundreds of FAQs that we answer for you, so you can spend all your time building your brand instead of searching for informations online.

For any questions about the extension or anything else, we would be happy to help you out. Just send us a message from our website and we will get back to you.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopify Theme Detector Shopify Theme Detector
ID npjkomjipdbengebpldgodddlinfjhhm
URL Chính Thức https://chromewebstore.google.com/detail/shopify-theme-detector/npjkomjipdbengebpldgodddlinfjhhm
Mô tả Are you Shopify users? Have you ever seen a really well designed Shopify website and wonder how it was built? Well, now you can.…
Kích Thước Tệp 493 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2018-06-18
Đánh Giá 3.30/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://shopthemedetector.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://shopthemedetector.com
URL Trang Trợ Giúp https://shopthemedetector.com/blog/contact/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shopify Theme Detector",
    "short_name": "Shopify Theme Detector",
    "version": "0.5",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}