Pluralsight
Quickly find the content you need from Pluralsight’s Skills, all within your web browser.
ما هو Pluralsight؟
Pluralsight هو إضافة Chrome تم تطويرها بواسطة Pluralsight، والميزة الرئيسية لها هي "Quickly find the content you need from Pluralsight’s Skills, all within your web browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pluralsight
قم بتنزيل ملفات الامتداد Pluralsight بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pluralsight’s Google Chrome extension allows you to quickly find the content you need from Pluralsight’s Skills, all within your web browser. With our extension, you can use Pluralsight’s search from within Google Chrome to get immediate access to content covering the most relevant and in-demand technologies, including cloud, mobile, security, IT, and data. You’ll get search results from our content library, including video courses, video course clips, paths, interactive courses, projects, and guides. Our extension also surfaces direct links to Pluralsight content search from relevant sites like Google and StackOverflow search results.
معلومات أساسية عن التمديد
الاسم | |
ID | ciiahnddlacbfcmcchnhfnoklmacglfh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pluralsight/ciiahnddlacbfcmcchnhfnoklmacglfh |
الوصف | Quickly find the content you need from Pluralsight’s Skills, all within your web browser. |
حجم الملف | 54.37 KB |
عدد التثبيتات | 14,136 |
النسخة الحالية | 1.8 |
آخر تحديث | 2020-08-05 |
تاريخ النشر | 2020-05-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Pluralsight |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pluralsight.com |
عنوان صفحة المساعدة | https://help.pluralsight.com/help |
عنوان صفحة سياسة الخصوصية | https://www.pluralsight.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pluralsight", "description": "Quickly find the content you need from Pluralsight\u2019s Skills, all within your web browser.", "version": "1.8", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/app.pluralsight.com\/*", "https:\/\/pluralsight.com\/*", "https:\/\/www.pluralsight.com\/*", "*:\/\/www.google.com\/*", "*:\/\/google.com\/*", "*:\/\/stackoverflow.com\/questions\/*", "https:\/\/dev-portal.pluralsight.com\/*" ], "js": [ "js\/content.js" ], "all_frames": true } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "permissions": [ "storage", "contextMenus" ] } |