AMP Assistant (by Superchargify)
Detect & open Superchargify AMP pages
AMP Assistant (by Superchargify) क्या है?
AMP Assistant (by Superchargify) https://superchargify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect & open Superchargify AMP pages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AMP Assistant (by Superchargify) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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) |
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" } |