Share Link Converter
Provide you with different mode of Gsuite Documents
ما هو Share Link Converter؟
Share Link Converter هو إضافة Chrome تم تطويرها بواسطة http://ejlalkh.com، والميزة الرئيسية لها هي "Provide you with different mode of Gsuite Documents ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Share Link Converter
قم بتنزيل ملفات الامتداد Share Link Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An Chrome Extension which would provides different modes of share links which would help in generate the links without needs to toggling the links.
معلومات أساسية عن التمديد
الاسم | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo |
الوصف | Provide you with different mode of Gsuite Documents |
حجم الملف | 1.16 MB |
عدد التثبيتات | 63 |
النسخة الحالية | 0.011 |
آخر تحديث | 2020-02-11 |
تاريخ النشر | 2020-02-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://ejlalkh.com |
نوع الدفع | free |
عنوان صفحة المساعدة | https://rebrand.ly/feedbackofslcextension |
عنوان صفحة سياسة الخصوصية | http://ejlalkh.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Share Link Converter", "version": "0.011", "description": "Provide you with different mode of Gsuite Documents ", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage" ], "options_page": "slc.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "slc.html", "default_title": "SLC" }, "icons": { "16": "images\/slc-icon-collection-16.png", "32": "images\/slc-icon-collection-32.png", "48": "images\/slc-icon-collection-48.png", "128": "images\/slc128.png" }, "manifest_version": 2 } |