Switchy.io | Advanced URL Shortener

Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!

Qu'est-ce que Switchy.io | Advanced URL Shortener ?

Switchy.io | Advanced URL Shortener est une extension Chrome développée par https://switchy.io, et sa fonction principale est "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Switchy.io | Advanced URL Shortener

Téléchargez les fichiers d'extension Switchy.io | Advanced URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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?                    

Informations de Base sur l'Extension

Nom Switchy.io | Advanced URL Shortener Switchy.io | Advanced URL Shortener
ID dadacgagagdnplmhfmmjblnbhmfalhbh
URL Officiel https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh
Description Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!
Taille du Fichier 4.37 MB
Nombre d'Installations 6,512
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-05-18
Date de Publication 2021-02-14
Évaluation 4.94/5 Total 35 Évaluations
Développeur https://switchy.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://switchy.io
URL de la Page d'Aide http://help.switchy.io
URL de la Page de Politique de Confidentialité https://switchy.io/privacy
Langues Prises en Charge 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';"
}