AMP Assistant (by Superchargify)
Detect & open Superchargify AMP pages
Cos'è AMP Assistant (by Superchargify)?
AMP Assistant (by Superchargify) è un'estensione di Chrome sviluppata da https://superchargify.com, e la sua funzione principale è "Detect & open Superchargify AMP pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AMP Assistant (by Superchargify)
Scarica i file di estensione AMP Assistant (by Superchargify) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | AMP Assistant (by Superchargify) |
ID | ncjkifgbdogipllbnhedgfofkkjjdmpf |
URL Ufficiale | https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf |
Descrizione | Detect & open Superchargify AMP pages |
Dimensione del File | 451 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-02-09 |
Data di Pubblicazione | 2020-02-09 |
Sviluppatore | https://superchargify.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/superchargify/amp-assistant |
URL della Pagina di Aiuto | https://www.superchargify.com/faq/ |
URL della Pagina della Politica sulla Privacy | https://www.superchargify.com/privacy |
Lingue Supportate | 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" } |