Shortly - A Shopify App
Shortly Chrome Extension
什麼是Shortly - A Shopify App?
Shortly - A Shopify App是由ecomzier開發的Chrome擴展程式,該擴展的主要功能是“Shortly Chrome Extension”。
擴展截圖
下載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 |
ID | ncomamnpdmfbenkgicigoplpeaojkgbf |
官方網址 | 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'" } } |