ShopifyNerds app and theme detector
Want to kno what theme or app a store is running? Relax, we got this
ShopifyNerds app and theme detector là gì?
ShopifyNerds app and theme detector là một tiện ích mở rộng Chrome được phát triển bởi ShopifyNerds, và tính năng chính của nó là "Want to kno what theme or app a store is running? Relax, we got this".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ShopifyNerds app and theme detector
Tải xuống các tệp mở rộng ShopifyNerds app and 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
Have you ever been on a Shopify store and you wanted to know what they were using? Maybe it was an app or maybe it was their theme. Well ShopifyNerds has you covered! We'll be updating this free tool often so you'll be able to get a leg up on the competition!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ShopifyNerds app and theme detector |
ID | plnaopngjldoddagichpcpcafkcbbpck |
URL Chính Thức | https://chromewebstore.google.com/detail/shopifynerds-app-and-them/plnaopngjldoddagichpcpcafkcbbpck |
Mô tả | Want to kno what theme or app a store is running? Relax, we got this |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 606 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-01-30 |
Ngày Phát Hành | 2019-01-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ShopifyNerds |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShopifyNerds app and theme detector", "description": "Want to kno what theme or app a store is running? Relax, we got this", "version": "1.0", "author": "ShopifyNerds", "homepage_url": "https:\/\/shopifynerds.com\/detector", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon-disabled.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "lib\/zepto\/zepto.min.js", "js\/sad.js", "data\/shopify_apps.js", "data\/shopify_themes.js", "js\/detector.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/zepto\/zepto.min.js", "js\/sad.js", "js\/content.js" ], "run_at": "document_end" } ] } |