Shortly - A Shopify App

Shortly Chrome Extension

Shortly - A Shopify Appとは何ですか?

Shortly - A Shopify Appはecomzierによって開発されたChromeの拡張機能で、その主な機能は「Shortly Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

Shortly - A Shopify App拡張機能のCRXファイルをダウンロード

Shortly - A Shopify App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Shortly - A Shopify App Shortly - A Shopify App
ID ncomamnpdmfbenkgicigoplpeaojkgbf
公式URL https://chromewebstore.google.com/detail/shortly-a-shopify-app/ncomamnpdmfbenkgicigoplpeaojkgbf
説明 Shortly Chrome Extension
ファイルサイズ 1.68 MB
インストール数 42
現在のバージョン 2.1
最終更新日 2023-11-29
公開日 2022-05-26
評価 5.00/5 合計 2 レビュー
開発者 ecomzier
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://shortly.link/privacy-policy.html
対応言語 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'"
    }
}