Shopify Website Audit
Shopify Table Explorer + Products, Collections, Pages, Blogs + Technology on Site
Shopify Website Audit란 무엇입니까?
Shopify Website Audit은(는) https://uncoveryour.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shopify Table Explorer + Products, Collections, Pages, Blogs + Technology on Site"입니다.
확장 프로그램 스크린샷
Shopify Website Audit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Audit ANY Shopify or Shopify Plus Store with our all new Mozilla Firefox Extension. Instantly scan a hop to reveal critical stats like Google Page Speed scores, understand the site's tech stack and complexity. ====== FEATURES ====== Google Page Speed Scores ✅ Mobile Page Speed ✅ Desktop Page Speed Shopify CMS Explorer + View all of the Shopify store’s content in a simple paginated table view, including the store’s full list of: ✔️ Products and Product Variants ✔️ Collections - Manual and Smart Collections ✔️ Pages ✔️ Blog Posts Website Technology Scanner ✅ Identifies all the major website platforms, apps, tools, marketing pixels, and coding libraries ✅ Instantly surface various IDs that are used in the most popular Shopify apps for merchants and marketers ✔️ Shopify Theme Name ✔️ Meta Pixel ID ✔️ Google Analytics Universal Analytics ID ✔️ Google Analytics 4 Measurement ID ✔️ Google Tag Manager ID ✔️ Klaviyo Public API Key ====== HOW TO USE====== Click the Extension on ANY Shopify or Shopify Plus Store ✅ 1 - Open up any Shopify store and click on the Shopify Explorer Tool in your browser. Once clicked, the extension will take some time to load all of the content for you to freely browse ✅ 2 - Click on the score cards or tabs in the explorer view in order to toggle between panes ✅ 3 - Export the Shopify store’s website HTML and product catalog directly to your desktop, or by sending it to your email
확장 프로그램 기본 정보
이름 | Shopify Website Audit |
ID | imebbppenjgjilmpkpmlligfcbppfabd |
공식 URL | https://chromewebstore.google.com/detail/shopify-website-audit/imebbppenjgjilmpkpmlligfcbppfabd |
설명 | Shopify Table Explorer + Products, Collections, Pages, Blogs + Technology on Site |
파일 크기 | 1.66 MB |
설치 횟수 | 891 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-01-09 |
출시 날짜 | 2022-09-04 |
평점 | 4.41/5 총 27 개의 평점 |
개발자 | https://uncoveryour.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://uncoveryour.com |
도움말 페이지 URL | https://www.uncoveryour.com/us/contact |
개인정보 보호 정책 페이지 URL | https://www.uncoveryour.com/us/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shopify Website Audit", "author": "MTDR", "manifest_version": 3, "version": "1.0.5", "description": "Shopify Table Explorer + Products, Collections, Pages, Blogs + Technology on Site", "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "icons": { "48": "icon.png" }, "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "https:\/\/extension.mtdr.dev\/" ], "background": [], "content_scripts": [], "web_accessible_resources": [], "permissions": [ "tabs" ] } |