AMP Assistant (by Superchargify)

Detect & open Superchargify AMP pages

What is AMP Assistant (by Superchargify)?

AMP Assistant (by Superchargify) is a Chrome extension developed by https://superchargify.com, and its main feature is "Detect & open Superchargify AMP pages".

Extension Screenshots

screenshot

Download AMP Assistant (by Superchargify) Extension CRX File

Download AMP Assistant (by Superchargify) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AMP Assistant (by Superchargify) AMP Assistant (by Superchargify)
ID ncjkifgbdogipllbnhedgfofkkjjdmpf
Official URL https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf
Description Detect & open Superchargify AMP pages
File Size 451 KB
Installation Count 43
Current Version 1.1
Last Updated 2020-02-09
Publish Date 2020-02-09
Developer https://superchargify.com
Email [email protected]
Payment Type free
Extension Website https://github.com/superchargify/amp-assistant
Help Page URL https://www.superchargify.com/faq/
Privacy Policy Page URL https://www.superchargify.com/privacy
Supported Languages 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"
}