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…
Cos'è Foxly - URL Shortener?
Foxly - URL Shortener è un'estensione di Chrome sviluppata da Foxly, e la sua funzione principale è "Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Foxly - URL Shortener
Scarica i file di estensione Foxly - URL Shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Foxly - URL Shortener |
ID | amgkajekpmeoocihggpchjndeempjcih |
URL Ufficiale | https://chromewebstore.google.com/detail/foxly-url-shortener/amgkajekpmeoocihggpchjndeempjcih |
Descrizione | Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can… |
Dimensione del File | 3.08 MB |
Conteggio Installazioni | 537 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2023-12-28 |
Data di Pubblicazione | 2022-04-13 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Foxly |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://foxlyme.com |
URL della Pagina di Aiuto | https://foxlyme.com |
URL della Pagina della Politica sulla Privacy | https://upbeat-result-a97.notion.site/Privacy-Policy-8ccc2665f2d24a04b2444440399313b6 |
Lingue Supportate | 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" ] } ] } |