Shortly - A Shopify App
Shortly Chrome Extension
What is Shortly - A Shopify App?
Shortly - A Shopify App is a Chrome extension developed by ecomzier, and its main feature is "Shortly Chrome Extension".
Extension Screenshots
Download Shortly - A Shopify App Extension CRX File
Download Shortly - A Shopify App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shortly app is used to create short links for Shopify stores. User need to login to connect your Shopify store with this Shortly extension.
Extension Basic Information
Name | Shortly - A Shopify App |
ID | ncomamnpdmfbenkgicigoplpeaojkgbf |
Official URL | https://chromewebstore.google.com/detail/shortly-a-shopify-app/ncomamnpdmfbenkgicigoplpeaojkgbf |
Description | Shortly Chrome Extension |
File Size | 1.68 MB |
Installation Count | 42 |
Current Version | 2.1 |
Last Updated | 2023-11-29 |
Publish Date | 2022-05-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ecomzier |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://shortly.link/privacy-policy.html |
Supported Languages | 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'" } } |