Switchy.io | Advanced URL Shortener
Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!
Wat is Switchy.io | Advanced URL Shortener?
Switchy.io | Advanced URL Shortener is een Chrome-extensie ontwikkeld door https://switchy.io, en de belangrijkste functie is "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!".
Extensie Screenshots
Download het CRX-bestand van de extensie Switchy.io | Advanced URL Shortener
Download Switchy.io | Advanced URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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?
Basisinformatie over de Extensie
Naam | Switchy.io | Advanced URL Shortener |
ID | dadacgagagdnplmhfmmjblnbhmfalhbh |
Officiële URL | https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh |
Beschrijving | Create short branded links directly from the page you are visiting with the all-in-one links engagement platform! |
Bestandsgrootte | 4.37 MB |
Aantal Installaties | 6,512 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-05-18 |
Publicatiedatum | 2021-02-14 |
Beoordeling | 4.94/5 Totaal 35 Beoordelingen |
Ontwikkelaar | https://switchy.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://switchy.io |
Help Pagina-URL | http://help.switchy.io |
URL van de Privacybeleid Pagina | https://switchy.io/privacy |
Ondersteunde Talen | 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';" } |