NetHelper
NetHelper empowers quick access to NS records based on internal ids.
ما هو NetHelper؟
NetHelper هو إضافة Chrome تم تطويرها بواسطة Luke Abbott، والميزة الرئيسية لها هي "NetHelper empowers quick access to NS records based on internal ids.".
تحميل ملف CRX للإضافة NetHelper
قم بتنزيل ملفات الامتداد NetHelper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
NetHelper empowers quick access to NetSuite records based on internal ids. Simply click the icon, paste the internal id into the correct select box, and then hit enter. Your record will be loaded into a new tab. Now with a settings page. Use valid JSON.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | nmcphbhikchbcbniihpcnfifdnmmpnmg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nethelper/nmcphbhikchbcbniihpcnfifdnmmpnmg |
الوصف | NetHelper empowers quick access to NS records based on internal ids. |
حجم الملف | 39.95 KB |
عدد التثبيتات | 118 |
النسخة الحالية | 2.1.2 |
آخر تحديث | 2017-11-21 |
تاريخ النشر | 2017-11-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Luke Abbott |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "NetHelper empowers quick access to NS records based on internal ids.", "manifest_version": 2, "name": "NetHelper", "version": "2.1.2", "browser_action": { "default_popup": "main.html", "default_icon": { "16": "images\/NetHelper-Icon-16x16.png", "32": "images\/NetHelper-Icon-32x32.png" } }, "options_ui": { "page": "options.html" }, "applications": { "gecko": { "id": "[email protected]" } }, "permissions": [ "activeTab", "storage" ] } |