SAP Note Finder - Launchpad Edition
SAP Notes Finder - Launchpad Edition
ما هو SAP Note Finder - Launchpad Edition؟
SAP Note Finder - Launchpad Edition هو إضافة Chrome تم تطويرها بواسطة jwo، والميزة الرئيسية لها هي "SAP Notes Finder - Launchpad Edition".
تحميل ملف CRX للإضافة SAP Note Finder - Launchpad Edition
قم بتنزيل ملفات الامتداد SAP Note Finder - Launchpad Edition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension one can easily search and open SAP Notes within the SAP One Support Launchpad. Credits go to SAP notes finder app by huangli. This version is updated to work with Launchpad URLs.
معلومات أساسية عن التمديد
الاسم | |
ID | bmeilffaafkfoafonmnfmfdkblpkjood |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood |
الوصف | SAP Notes Finder - Launchpad Edition |
حجم الملف | 14.91 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 2 |
آخر تحديث | 2017-11-06 |
تاريخ النشر | 2017-11-06 |
المطور | jwo |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "SAP Note Finder - Launchpad Edition", "manifest_version": 2, "version": "2", "description": "SAP Notes Finder - Launchpad Edition", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "logo.png", "48": "logo.png" } } |