Shopify App Detector by Fera.ai
Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community.
Shopify App Detector by Fera.ai क्या है?
Shopify App Detector by Fera.ai https://www.fera.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shopify App Detector by Fera.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Shopify App/Theme Detector by Fera.ai lets you detect which Shopify apps and are being run on a specific Shopify store, as well as what theme it is using (if it is not completely custom). FOR SECURITY ASSURANCE THE SOURCE CODE IS PROVIDED at https://github.com/feracommerce/shopify_app_detector so you don't have to worry about the excessive permissions this extension requires. Please let us know what you think or if there are any apps you wish we could detect. If you're a developer please contribute to the project at https://github.com/feracommerce/shopify_app_detector. This app is maintained for free by the developer community and the Fera.ai product reviews app for Shopify, BigCommerce and other eCommerce platforms.
एक्सटेंशन की मूल जानकारी
नाम | Shopify App Detector by Fera.ai |
ID | lhfdhjladfcmghahdbcmlceajdlbkale |
आधिकारिक URL | https://chromewebstore.google.com/detail/shopify-app-detector-by-f/lhfdhjladfcmghahdbcmlceajdlbkale |
विवरण | Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community. |
फ़ाइल का आकार | 185 KB |
स्थापना संख्या | 44,125 |
वर्तमान संस्करण | 0.6.2 |
अंतिम अपडेट | 2021-07-07 |
प्रकाशन तिथि | 2020-05-31 |
रेटिंग | 3.97/5 कुल 58 रेटिंग्स |
डेवलपर | https://www.fera.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.github.com/feracommerce/shopify_app_detector |
सहायता पृष्ठ URL | https://github.com/feracommerce/shopify_app_detector/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shopify App Detector by Fera.ai", "description": "Detect which apps and what theme a Shopify store is using. Built and maintained by Fera.ai and the community.", "version": "0.6.2", "author": "Fera.ai", "homepage_url": "https:\/\/www.github.com\/feracommerce\/shopify_app_detector", "icons": { "16": "img\/icons\/detector.png", "48": "img\/icons\/detector.png", "128": "img\/icons\/detector.png" }, "browser_action": { "default_icon": "img\/icons\/detector-disabled.png", "default_popup": "popup.html" }, "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": [ { "exclude_matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.facebook.com\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/zepto\/zepto.min.js", "js\/sad.js", "js\/content.js" ], "run_at": "document_end" } ] } |