Rite.ly
Shorten links on the fly
ما هو Rite.ly؟
Rite.ly هو إضافة Chrome تم تطويرها بواسطة http://rite.ly، والميزة الرئيسية لها هي "Shorten links on the fly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rite.ly
قم بتنزيل ملفات الامتداد Rite.ly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shorten links , add CTAs , brand every link you share.
معلومات أساسية عن التمديد
الاسم | |
ID | nhmphdnfikgklchmdgfglggllcoejoia |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia |
الوصف | Shorten links on the fly |
حجم الملف | 715 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2017-03-20 |
تاريخ النشر | 2017-03-20 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | http://rite.ly |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://rite.ly |
عنوان صفحة سياسة الخصوصية | https://ritekit.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rite.ly", "short_name": "Rite.ly : Call To A ction", "description": "Shorten links on the fly", "version": "0.0.3", "icons": { "16": "ritely-extension-shared\/img\/icon-16.png", "48": "ritely-extension-shared\/img\/icon-48.png", "256": "ritely-extension-shared\/img\/icon-256.png" }, "browser_action": { "default_icon": { "19": "ritely-extension-shared\/img\/icon-19.png", "38": "ritely-extension-shared\/img\/icon-76.png" }, "default_popup": "native\/main.html", "default_title": "Rite.ly" }, "background": { "page": "native\/background.html", "persistent": true }, "options_ui": { "page": "native\/options.html", "chrome_style": true }, "externally_connectable": { "matches": [ "https:\/\/*.ritetag.com\/*", "https:\/\/*.rite.ly\/*", "https:\/\/*.twitter.com\/*", "https:\/\/buffer.com\/*", "https:\/\/1487482361.rsc.cdn77.org\/*" ] }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "content_security_policy": "script-src 'self' https:\/\/rite.ly; object-src 'self'" } |