AMP Assistant (by Superchargify)
Detect & open Superchargify AMP pages
AMP Assistant (by Superchargify) là gì?
AMP Assistant (by Superchargify) là một tiện ích mở rộng Chrome được phát triển bởi https://superchargify.com, và tính năng chính của nó là "Detect & open Superchargify AMP pages".
Ả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 AMP Assistant (by Superchargify)
Tải xuống các tệp mở rộng AMP Assistant (by Superchargify) 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
Usage: 1. Open any product, collection or blog post from a Shopify store using Superchargify. 2. Click on the icon! Demo: https://demo.superchargify.com/products/dark-denim-top
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AMP Assistant (by Superchargify) |
ID | ncjkifgbdogipllbnhedgfofkkjjdmpf |
URL Chính Thức | https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf |
Mô tả | Detect & open Superchargify AMP pages |
Kích Thước Tệp | 451 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-02-09 |
Ngày Phát Hành | 2020-02-09 |
Nhà Phát Triển | https://superchargify.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/superchargify/amp-assistant |
URL Trang Trợ Giúp | https://www.superchargify.com/faq/ |
URL Trang Chính Sách Bảo Mật | https://www.superchargify.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AMP Assistant (by Superchargify)", "version": "1.1", "description": "Detect & open Superchargify AMP pages", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "Click to open Superchargify AMP page in a new tab" }, "author": "Superchargify", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "homepage_url": "https:\/\/github.com\/superchargify\/amp-assistant", "short_name": "AMP Assistant" } |