Cornerstone DeepLink Generator
The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.
ما هو Cornerstone DeepLink Generator؟
Cornerstone DeepLink Generator هو إضافة Chrome تم تطويرها بواسطة https://lmsmaven.com، والميزة الرئيسية لها هي "The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cornerstone DeepLink Generator
قم بتنزيل ملفات الامتداد Cornerstone DeepLink Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply visit the CSOD page you want to convert into a deeplink and open the extension to copy the deeplink with a single click. For more information and for setup steps visit www.LMSMaven.com/generator
معلومات أساسية عن التمديد
الاسم | Cornerstone DeepLink Generator |
ID | gcioabbnpeijcpimmmjciifjjdgfnahd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cornerstone-deeplink-gene/gcioabbnpeijcpimmmjciifjjdgfnahd |
الوصف | The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy. |
حجم الملف | 378 KB |
عدد التثبيتات | 343 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-07-21 |
تاريخ النشر | 2021-07-20 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://lmsmaven.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.LMSMaven.com/generator |
عنوان صفحة المساعدة | https://www.LMSMaven.com/contact |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cornerstone DeepLink Generator", "short_name": "Cornerstone DeepLink Generator", "version": "1.1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "The Cornerstone Deeplink Generator makes creating CSOD Deeplinks easy.", "icons": { "128": "icons\/icon.png", "256": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Cornerstone DeepLink Generator", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage", "activeTab" ], "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] } } |