Shortly - A Shopify App

Shortly Chrome Extension

Was ist Shortly - A Shopify App?

Shortly - A Shopify App ist eine Chrome-Erweiterung, die von ecomzier entwickelt wurde, und ihr Hauptmerkmal ist "Shortly Chrome Extension".

Erweiterungsscreenshots

screenshot

Shortly - A Shopify App-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shortly - A Shopify App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Shortly app is  used to create short links for Shopify stores.

User need to login to connect your Shopify store with this Shortly extension.                    

Grundlegende Informationen zur Erweiterung

Name Shortly - A Shopify App Shortly - A Shopify App
ID ncomamnpdmfbenkgicigoplpeaojkgbf
Offizielle URL https://chromewebstore.google.com/detail/shortly-a-shopify-app/ncomamnpdmfbenkgicigoplpeaojkgbf
Beschreibung Shortly Chrome Extension
Dateigröße 1.68 MB
Installationsanzahl 42
Aktuelle Version 2.1
Letztes Update 2023-11-29
Veröffentlichungsdatum 2022-05-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler ecomzier
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://shortly.link/privacy-policy.html
Unterstützte Sprachen 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'"
    }
}