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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Shopify App Detector by Fera.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } ] } |