AMP Assistant (by Superchargify)

Detect & open Superchargify AMP pages

Apa itu AMP Assistant (by Superchargify)?

AMP Assistant (by Superchargify) adalah ekstensi Chrome yang dikembangkan oleh https://superchargify.com, dan fitur utamanya adalah "Detect & open Superchargify AMP pages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AMP Assistant (by Superchargify)

Unduh file ekstensi AMP Assistant (by Superchargify) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AMP Assistant (by Superchargify) AMP Assistant (by Superchargify)
ID ncjkifgbdogipllbnhedgfofkkjjdmpf
URL Resmi https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf
Deskripsi Detect & open Superchargify AMP pages
Ukuran File 451 KB
Jumlah Instalasi 43
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-02-09
Tanggal Publikasi 2020-02-09
Pengembang https://superchargify.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/superchargify/amp-assistant
URL Halaman Bantuan https://www.superchargify.com/faq/
URL Halaman Kebijakan Privasi https://www.superchargify.com/privacy
Bahasa yang Didukung 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"
}