Switchy.io | Advanced URL Shortener
Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!
Cos'è Switchy.io | Advanced URL Shortener?
Switchy.io | Advanced URL Shortener è un'estensione di Chrome sviluppata da https://switchy.io, e la sua funzione principale è "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Switchy.io | Advanced URL Shortener
Scarica i file di estensione Switchy.io | Advanced 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
Discover the all-in-one links engagement platform. Never share a link as before! Switch your links into your most engaging support. Shorten, share & track your links in second ⏱ Thanks to Switchy Chrome Extension, you can create custom your links preview, use branded domain, add retargeting Pixels, UTMs tags, notes, tags or even embed widgets to run marketing campaigns. Manage all your links in Folders, run A/B testing campaigns, georedirection & many others features... Ready to switch?
Informazioni di Base sull'Estensione
Nome | Switchy.io | Advanced URL Shortener |
ID | dadacgagagdnplmhfmmjblnbhmfalhbh |
URL Ufficiale | https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh |
Descrizione | Create short branded links directly from the page you are visiting with the all-in-one links engagement platform! |
Dimensione del File | 4.37 MB |
Conteggio Installazioni | 6,512 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-05-18 |
Data di Pubblicazione | 2021-02-14 |
Valutazione | 4.94/5 Totale 35 Valutazioni |
Sviluppatore | https://switchy.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://switchy.io |
URL della Pagina di Aiuto | http://help.switchy.io |
URL della Pagina della Politica sulla Privacy | https://switchy.io/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Switchy.io | Advanced URL Shortener", "short_name": "Switchy.io", "version": "1.1.0", "description": "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!", "permissions": [ "tabs", "storage", "webNavigation" ], "browser_action": { "default_popup": "index.html?#\/switchy", "default_title": "Switchy.io" }, "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "icons": { "16": "assets\/icons\/chrome extension16.png", "48": "assets\/icons\/chrome extension48.png", "128": "assets\/icons\/chrome extension128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/direct.graphql.switchy.io\/* https:\/\/api.switchy.io\/*; object-src 'self';" } |