AMP Assistant (by Superchargify)

Detect & open Superchargify AMP pages

Что такое AMP Assistant (by Superchargify)?

AMP Assistant (by Superchargify) - это расширение Chrome, разработанное https://superchargify.com, и его основная функция - "Detect & open Superchargify AMP pages".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AMP Assistant (by Superchargify)

Скачайте файлы расширений AMP Assistant (by Superchargify) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название AMP Assistant (by Superchargify) AMP Assistant (by Superchargify)
ID ncjkifgbdogipllbnhedgfofkkjjdmpf
Официальный URL https://chromewebstore.google.com/detail/amp-assistant-by-supercha/ncjkifgbdogipllbnhedgfofkkjjdmpf
Описание Detect & open Superchargify AMP pages
Размер файла 451 KB
Количество установок 43
Текущая Версия 1.1
Последнее Обновление 2020-02-09
Дата публикации 2020-02-09
Разработчик https://superchargify.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/superchargify/amp-assistant
URL страницы помощи https://www.superchargify.com/faq/
URL страницы политики конфиденциальности https://www.superchargify.com/privacy
Поддерживаемые языки 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"
}