Foxly - URL Shortener
Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can…
什麼是Foxly - URL Shortener?
Foxly - URL Shortener是由Foxly開發的Chrome擴展程式,該擴展的主要功能是“Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can…”。
擴展截圖
下載Foxly - URL Shortener擴展crx文件
下載Foxly - URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can shrink long links down to just a few characters, which makes sharing them a breeze. Plus, Foxly provides stats on each of your shortened links so you can see how many people have clicked on them. Just open foxly extension from any website for prepopulated url or enter url manually and get shorten URLs. It has intelligent and easy to use Dashboard with URL analytics. Features • Unlimited Links • Unlimited Branded domain Setup • Additional domains provided by Foxly • Unlimited Spaces/Folders • Data export • Advanced statistics • Pixels and Retargeting • Custom Link Preview • Link Rotation • Link Alias • Deep-Linking • API Access • Link-Bio • Unlimited Branded Links • Unlimited Password protected links • Link Expiry • Reseller coupons • Free SSL • Google Chrome Extension • Bulk Link Shortening • UTM Builder • Daily statistics report to Telegram
擴展基本資訊
名稱 | Foxly - URL Shortener |
ID | amgkajekpmeoocihggpchjndeempjcih |
官方網址 | https://chromewebstore.google.com/detail/foxly-url-shortener/amgkajekpmeoocihggpchjndeempjcih |
簡介 | Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can… |
檔案大小 | 3.08 MB |
安裝次數 | 537 |
目前版本 | 0.1.2 |
更新時間 | 2023-12-28 |
上架時間 | 2022-04-13 |
評分 | 5.00/5 共 10 次評分 |
開發者 | Foxly |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://foxlyme.com |
說明頁面URL | https://foxlyme.com |
隱私政策頁面URL | https://upbeat-result-a97.notion.site/Privacy-Policy-8ccc2665f2d24a04b2444440399313b6 |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Foxly - URL Shortener", "description": "", "version": "0.1.2", "action": { "default_popup": "index.html", "default_title": "Foxly - URL Shortener" }, "icons": { "16": "foxlyme.png", "48": "foxlyme.png", "128": "foxlyme.png" }, "background": { "service_worker": ".\/background.js" }, "permissions": [ "tabs", "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/app.foxlyme.com\/*", "http:\/\/app.foxlyme.com\/*" ], "js": [ "content_script.js" ] } ] } |