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…
¿Qué es Foxly - URL Shortener?
Foxly - URL Shortener es una extensión de Chrome desarrollada por Foxly, y su función principal es "Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Foxly - URL Shortener
Descarga archivos de extensión Foxly - URL Shortener en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Foxly - URL Shortener |
ID | amgkajekpmeoocihggpchjndeempjcih |
URL Oficial | https://chromewebstore.google.com/detail/foxly-url-shortener/amgkajekpmeoocihggpchjndeempjcih |
Descripción | Foxly is the perfect url shortener for anyone who wants to make their links shorter and easier to remember. With Foxly, you can… |
Tamaño del Archivo | 3.08 MB |
Cantidad de Instalaciones | 537 |
Versión Actual | 0.1.2 |
Última Actualización | 2023-12-28 |
Fecha de Publicación | 2022-04-13 |
Calificación | 5.00/5 Total de 10 Calificaciones |
Desarrollador | Foxly |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://foxlyme.com |
URL de la Página de Ayuda | https://foxlyme.com |
URL de la Página de Política de Privacidad | https://upbeat-result-a97.notion.site/Privacy-Policy-8ccc2665f2d24a04b2444440399313b6 |
Idiomas Soportados | 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" ] } ] } |