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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | http://help.switchy.io |
عنوان صفحة سياسة الخصوصية | 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';" } |