AMP Assistant (by Superchargify)

Detect & open Superchargify AMP pages

AMP Assistant (by Superchargify)คืออะไร?

AMP Assistant (by Superchargify) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://superchargify.com และคุณลักษณะหลักของมันคือ "Detect & open Superchargify AMP pages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMP Assistant (by Superchargify)

ดาวน์โหลดไฟล์ส่วนขยาย AMP Assistant (by Superchargify) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AMP Assistant (by Superchargify) AMP Assistant (by Superchargify)
ID ncjkifgbdogipllbnhedgfofkkjjdmpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf
คำอธิบาย Detect & open Superchargify AMP pages
ขนาดไฟล์ 451 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-02-09
วันที่เผยแพร่ 2020-02-09
ผู้พัฒนา https://superchargify.com
อีเมล support@superchargify.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/superchargify/amp-assistant
URL หน้าช่วยเหลือ https://www.superchargify.com/faq/
URL หน้านโยบายความเป็นส่วนตัว https://www.superchargify.com/privacy
ภาษาที่รองรับ 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"
}