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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } ] } |