Switchy.io | Advanced URL Shortener

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

什麼是Switchy.io | Advanced URL Shortener?

Switchy.io | Advanced URL Shortener是由https://switchy.io開發的Chrome擴展程式,該擴展的主要功能是“Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Switchy.io | Advanced URL Shortener擴展crx文件

下載Switchy.io | Advanced URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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?                    

擴展基本資訊

名稱 Switchy.io | Advanced URL Shortener Switchy.io | Advanced URL Shortener
ID dadacgagagdnplmhfmmjblnbhmfalhbh
官方網址 https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh
簡介 Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!
檔案大小 4.37 MB
安裝次數 6,512
目前版本 1.1.0
更新時間 2021-05-18
上架時間 2021-02-14
評分 4.94/5 共 35 次評分
開發者 https://switchy.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://switchy.io
說明頁面URL http://help.switchy.io
隱私政策頁面URL https://switchy.io/privacy
支援的語言 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';"
}