AMP Assistant (by Superchargify)

Detect & open Superchargify AMP pages

Wat is AMP Assistant (by Superchargify)?

AMP Assistant (by Superchargify) is een Chrome-extensie ontwikkeld door https://superchargify.com, en de belangrijkste functie is "Detect & open Superchargify AMP pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AMP Assistant (by Superchargify)

Download AMP Assistant (by Superchargify)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AMP Assistant (by Superchargify) AMP Assistant (by Superchargify)
ID ncjkifgbdogipllbnhedgfofkkjjdmpf
Officiële URL https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf
Beschrijving Detect & open Superchargify AMP pages
Bestandsgrootte 451 KB
Aantal Installaties 43
Huidige Versie 1.1
Laatst Bijgewerkt 2020-02-09
Publicatiedatum 2020-02-09
Ontwikkelaar https://superchargify.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/superchargify/amp-assistant
Help Pagina-URL https://www.superchargify.com/faq/
URL van de Privacybeleid Pagina https://www.superchargify.com/privacy
Ondersteunde Talen 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"
}