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!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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';" } |