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
电子邮箱 [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'"
    }
}