Shortly - A Shopify App

Shortly Chrome Extension

Co to jest Shortly - A Shopify App?

Shortly - A Shopify App to rozszerzenie Chrome opracowane przez ecomzier, a jego główną funkcją jest „Shortly Chrome Extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shortly - A Shopify App

Pobierz pliki rozszerzeń Shortly - A Shopify App w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Shortly - A Shopify App Shortly - A Shopify App
ID ncomamnpdmfbenkgicigoplpeaojkgbf
Oficjalny URL https://chromewebstore.google.com/detail/shortly-a-shopify-app/ncomamnpdmfbenkgicigoplpeaojkgbf
Opis Shortly Chrome Extension
Rozmiar pliku 1.68 MB
Liczba instalacji 42
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2023-11-29
Data Publikacji 2022-05-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper ecomzier
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://shortly.link/privacy-policy.html
Obsługiwane Języki 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'"
    }
}