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!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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';" } |