KaleidoScope Salesforce Plugin
Generates Salesforce Package (package.xml) from GitHub Pull Requests
KaleidoScope Salesforce Pluginคืออะไร?
KaleidoScope Salesforce Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CDW Technologies India Private Limited และคุณลักษณะหลักของมันคือ "Generates Salesforce Package (package.xml) from GitHub Pull Requests"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KaleidoScope Salesforce Plugin
ดาวน์โหลดไฟล์ส่วนขยาย KaleidoScope Salesforce Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generates Package.xml for Salesforce DX Projects from the file changes which are being committed as part of GIT Pull Request which will helps us to make salesforce deployments easier between salesforce environments faster. How It works? 1)Go to "Pull Requests" tab. 2)Click on any individual pull request which is available. 3)Go to "Files Changed" sub tab. 4)Click on Kaleidoscope Plugin Icon (KS) in the toolbar. 5)Salesforce Package will be generated based upon the file changes available in the pull request. Additional Features :- -Download Package XML -Copy to Clipboard -Copy File Path -Copy as Regular Expression -Automate Github Pull Request Template
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KaleidoScope Salesforce Plugin |
ID | ochoiljkenplelfacipokofbbjleemkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kaleidoscope-salesforce-p/ochoiljkenplelfacipokofbbjleemkp |
คำอธิบาย | Generates Salesforce Package (package.xml) from GitHub Pull Requests |
ขนาดไฟล์ | 649 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 0.0.0.29 |
อัปเดตครั้งล่าสุด | 2022-07-20 |
วันที่เผยแพร่ | 2021-02-19 |
ผู้พัฒนา | CDW Technologies India Private Limited |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KaleidoScope Salesforce Plugin", "version": "0.0.0.29", "description": "Generates Salesforce Package (package.xml) from GitHub Pull Requests", "icons": { "16": "icons\/favicon_io\/favicon-16x16.png", "32": "icons\/favicon_io\/favicon-32x32.png", "48": "icons\/favicon_io\/favicon-48x48.png", "128": "icons\/favicon_io\/favicon-128x128.png" }, "background": { "scripts": [ "browser-polyfill.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "libraries\/jquery.min.js", "browser-polyfill.js", "contentscripts\/sfmetadataextractorgit.js" ], "css": [ "libraries\/ksPopUp\/css\/kspopup.css" ] } ], "browser_action": { "default_icon": { "16": "icons\/favicon_io\/favicon-16x16.png", "32": "icons\/favicon_io\/favicon-32x32.png", "48": "icons\/favicon_io\/favicon-48x48.png", "128": "icons\/favicon_io\/favicon-128x128.png" }, "default_title": "KaleidoScope" }, "web_accessible_resources": [ "html\/sf-finder-popup.html" ], "options_ui": { "page": "options.html", "browser_style": true, "chrome_style": true }, "permissions": [ "storage", "contextMenus" ] } |