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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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';"
}