Switchy.io | Advanced URL Shortener

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

Apa itu Switchy.io | Advanced URL Shortener?

Switchy.io | Advanced URL Shortener adalah ekstensi Chrome yang dikembangkan oleh https://switchy.io, dan fitur utamanya adalah "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Switchy.io | Advanced URL Shortener

Unduh file ekstensi Switchy.io | Advanced URL Shortener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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?                    

Informasi Dasar Ekstensi

Nama Switchy.io | Advanced URL Shortener Switchy.io | Advanced URL Shortener
ID dadacgagagdnplmhfmmjblnbhmfalhbh
URL Resmi https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh
Deskripsi Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!
Ukuran File 4.37 MB
Jumlah Instalasi 6,512
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-05-18
Tanggal Publikasi 2021-02-14
Penilaian 4.94/5 Total 35 Penilaian
Pengembang https://switchy.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://switchy.io
URL Halaman Bantuan http://help.switchy.io
URL Halaman Kebijakan Privasi https://switchy.io/privacy
Bahasa yang Didukung 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';"
}