AMP Assistant (by Superchargify)
Detect & open Superchargify AMP pages
Qu'est-ce que AMP Assistant (by Superchargify) ?
AMP Assistant (by Superchargify) est une extension Chrome développée par https://superchargify.com, et sa fonction principale est "Detect & open Superchargify AMP pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMP Assistant (by Superchargify)
Téléchargez les fichiers d'extension AMP Assistant (by Superchargify) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | AMP Assistant (by Superchargify) |
ID | ncjkifgbdogipllbnhedgfofkkjjdmpf |
URL Officiel | https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf |
Description | Detect & open Superchargify AMP pages |
Taille du Fichier | 451 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-02-09 |
Date de Publication | 2020-02-09 |
Développeur | https://superchargify.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/superchargify/amp-assistant |
URL de la Page d'Aide | https://www.superchargify.com/faq/ |
URL de la Page de Politique de Confidentialité | https://www.superchargify.com/privacy |
Langues Prises en Charge | 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" } |