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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://switchy.io และคุณลักษณะหลักของมันคือ "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Switchy.io | Advanced URL Shortener

ดาวน์โหลดไฟล์ส่วนขยาย 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
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';"
}