Shortly - A Shopify App
Shortly Chrome Extension
Qu'est-ce que Shortly - A Shopify App ?
Shortly - A Shopify App est une extension Chrome développée par ecomzier, et sa fonction principale est "Shortly Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shortly - A Shopify App
Téléchargez les fichiers d'extension Shortly - A Shopify App 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
Shortly app is used to create short links for Shopify stores. User need to login to connect your Shopify store with this Shortly extension.
Informations de Base sur l'Extension
Nom | Shortly - A Shopify App |
ID | ncomamnpdmfbenkgicigoplpeaojkgbf |
URL Officiel | https://chromewebstore.google.com/detail/shortly-a-shopify-app/ncomamnpdmfbenkgicigoplpeaojkgbf |
Description | Shortly Chrome Extension |
Taille du Fichier | 1.68 MB |
Nombre d'Installations | 42 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2023-11-29 |
Date de Publication | 2022-05-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | ecomzier |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://shortly.link/privacy-policy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shortly - A Shopify App", "description": "Shortly Chrome Extension", "version": "2.1", "manifest_version": 3, "action": { "default_title": "Shortly", "default_popup": "index.html" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "host_permissions": [ "https:\/\/shortly.link\/*", "http:\/\/shortly.link\/*" ], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |