Switchy.io | Advanced URL Shortener

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

O que é Switchy.io | Advanced URL Shortener?

Switchy.io | Advanced URL Shortener é uma extensão do Chrome desenvolvida por https://switchy.io, e sua principal característica é "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Switchy.io | Advanced URL Shortener

Baixe arquivos de extensão Switchy.io | Advanced URL Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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?                    

Informações Básicas da Extensão

Nome Switchy.io | Advanced URL Shortener Switchy.io | Advanced URL Shortener
ID dadacgagagdnplmhfmmjblnbhmfalhbh
URL Oficial https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh
Descrição Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!
Tamanho do Arquivo 4.37 MB
Contagem de Instalações 6,512
Versão Atual 1.1.0
Última Atualização 2021-05-18
Data de Publicação 2021-02-14
Classificação 4.94/5 Total de 35 Avaliações
Desenvolvedor https://switchy.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://switchy.io
URL da Página de Ajuda http://help.switchy.io
URL da Página de Política de Privacidade https://switchy.io/privacy
Idiomas Suportados 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';"
}