Switchy.io | Advanced URL Shortener
Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!
What is Switchy.io | Advanced URL Shortener?
Switchy.io | Advanced URL Shortener is a Chrome extension developed by https://switchy.io, and its main feature is "Create short branded links directly from the page you are visiting with the all-in-one links engagement platform!".
Extension Screenshots
Download Switchy.io | Advanced URL Shortener Extension CRX File
Download Switchy.io | Advanced URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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?
Extension Basic Information
Name | Switchy.io | Advanced URL Shortener |
ID | dadacgagagdnplmhfmmjblnbhmfalhbh |
Official URL | https://chromewebstore.google.com/detail/switchyio-advanced-url-sh/dadacgagagdnplmhfmmjblnbhmfalhbh |
Description | Create short branded links directly from the page you are visiting with the all-in-one links engagement platform! |
File Size | 4.37 MB |
Installation Count | 6,512 |
Current Version | 1.1.0 |
Last Updated | 2021-05-18 |
Publish Date | 2021-02-14 |
Rating | 4.94/5 Total 35 Ratings |
Developer | https://switchy.io |
[email protected] | |
Payment Type | free |
Extension Website | https://switchy.io |
Help Page URL | http://help.switchy.io |
Privacy Policy Page URL | https://switchy.io/privacy |
Supported Languages | 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';" } |