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 là gì?
Switchy.io | Advanced URL Shortener là một tiện ích mở rộng Chrome được phát triển bởi https://switchy.io, và tính năng chính của nó là "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Switchy.io | Advanced URL Shortener
Tải xuống các tệp mở rộng Switchy.io | Advanced URL Shortener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Switchy.io | Advanced URL Shortener |
ID | dadacgagagdnplmhfmmjblnbhmfalhbh |
URL Chính Thức | https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh |
Mô tả | Create short branded links directly from the page you are visiting with the all-in-one links engagement platform! |
Kích Thước Tệp | 4.37 MB |
Số Lần Cài Đặt | 6,512 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-05-18 |
Ngày Phát Hành | 2021-02-14 |
Đánh Giá | 4.94/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | https://switchy.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://switchy.io |
URL Trang Trợ Giúp | http://help.switchy.io |
URL Trang Chính Sách Bảo Mật | https://switchy.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |