Quick ChangeSet & Navigator
This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
ما هو Quick ChangeSet & Navigator؟
Quick ChangeSet & Navigator هو إضافة Chrome تم تطويرها بواسطة http://sanjaykeynotes.blogspot.com، والميزة الرئيسية لها هي "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick ChangeSet & Navigator
قم بتنزيل ملفات الامتداد Quick ChangeSet & Navigator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool/extension used to create ChangeSet without load page for all provide salesforce resources as well as Navigate in Salesforce. Note : Salesforce does not provide any way to fetch components from changeSet so already added not filter by extension.
معلومات أساسية عن التمديد
الاسم | |
ID | jhoddpnaknifeinaojmahfmbgephkodj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj |
الوصف | This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce. |
حجم الملف | 1005 KB |
عدد التثبيتات | 263 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2017-06-20 |
تاريخ النشر | 2017-06-20 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | http://sanjaykeynotes.blogspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick ChangeSet & Navigator", "version": "1.0.2", "description": "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.", "manifest_version": 2, "author": " ", "content_scripts": [ { "js": [ "js\/jquery.js", "js\/forcetk.js", "js\/jszip.js", "js\/FileSaver.min.js", "js\/contentscript.js" ], "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*" ] } ], "background": { "persistent": true, "scripts": [ "\/js\/background.js" ] }, "web_accessible_resources": [ "\/js\/background.js" ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Quick ChangeSet" }, "permissions": [ "declarativeContent", "contextMenus", "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "activeTab", "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "icons": { "48": "icon.png", "128": "icon.png" } } |