Shortly - A Shopify App
Shortly Chrome Extension
Wat is Shortly - A Shopify App?
Shortly - A Shopify App is een Chrome-extensie ontwikkeld door ecomzier, en de belangrijkste functie is "Shortly Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Shortly - A Shopify App
Download Shortly - A Shopify App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shortly app is used to create short links for Shopify stores. User need to login to connect your Shopify store with this Shortly extension.
Basisinformatie over de Extensie
Naam | Shortly - A Shopify App |
ID | ncomamnpdmfbenkgicigoplpeaojkgbf |
Officiële URL | https://chromewebstore.google.com/detail/shortly-a-shopify-app/ncomamnpdmfbenkgicigoplpeaojkgbf |
Beschrijving | Shortly Chrome Extension |
Bestandsgrootte | 1.68 MB |
Aantal Installaties | 42 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2023-11-29 |
Publicatiedatum | 2022-05-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ecomzier |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://shortly.link/privacy-policy.html |
Ondersteunde Talen | 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'" } } |