Salesforce Mass Editor
Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning!
Salesforce Mass Editorคืออะไร?
Salesforce Mass Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.xgeek.net และคุณลักษณะหลักของมันคือ "Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Mass Editor
ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Mass Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Salesforce Mass Editor is a simple but powerful chrome extension for doing the below things : ・Makes any Salesforce list view to be a powerful mass editor. ・Mass insert, mass clone, mass update and mass delete. ・Mass copy & paste from Excel with multiple rows and cells data. ・Export list view data to CSV file. If you have any question or issue, report it to HERE( https://github.com/xgeek-net/salesforce-mass-editor/issues ), I'll fix it ASAP! Please read and agree our Data Privacy Policy(https://www.xgeek.net/privacy-policy/) before you install Mass Editor. <日本語> Salesforce一括編集はシンプルで強力なChrome拡張機能で、下記の機能があります : ・数秒間で標準リストビューが強力な一括編集ページに変えます ・一括新規、一括コピー、一括更新、一括削除全てが可能です ・Excelの複数行・列のデータの一括コピー&ペーストができます ・編集中のデータをCSVにエクスポートできます ++++++++++++++++++++++++++++ Release notes ++++++++++++++++++++++++++++ 2019/01/06 ・Fix bug of Lightning (Winter 20). -------------------------------------- 2018/10/18 ・Add support for Lightning S-Console. -------------------------------------- 2018/09/25 ・Add support for cloudforce orgs. -------------------------------------- 2018/08/24 ・Add supports for Community! ・Fix bugs for Lightning Sandbox. -------------------------------------- 2018/06/14 ・Fix bugs for Lightning -------------------------------------- 2018/05/17 ・Add support for Lightning new URL(Summer 18) -------------------------------------- 2018/01/23 Major release (v3.0.0) ・Add support for Lightning! ・Fix bugs for Classic. -------------------------------------- 2017/12/15 ・Fix updatable permission only issue. -------------------------------------- 2017/12/10 ・Fix polymorphic reference field issue. -------------------------------------- 2017/11/10 ・Add feature of all check / select to fields. -------------------------------------- 2017/08/13 ・Add permission control of Csv Exporting. -------------------------------------- 2017/05/20 ・Improve UX when using Non-Admin user. -------------------------------------- 2017/03/26 ・Improve mass paste UX. -------------------------------------- 2017/03/13 ・Fix bugs. -------------------------------------- 2016/12/02 Major release ・New features of mass insert and mass clone. ・Fix csv file non-bom bug. -------------------------------------- 2016/11/21 ・ New feature of custom domain support. ・ Fix bugs. -------------------------------------- 2016/11/08 ・ New feature of exporting data to csv. --------------------------------------
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Salesforce Mass Editor |
ID | mnmlmkmjjhpbfemhmhpcpfkdlgadbigf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/salesforce-mass-editor/mnmlmkmjjhpbfemhmhpcpfkdlgadbigf |
คำอธิบาย | Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning! |
ขนาดไฟล์ | 2.63 MB |
จำนวนการติดตั้ง | 13,816 |
เวอร์ชันปัจจุบัน | 3.1.9 |
อัปเดตครั้งล่าสุด | 2022-11-13 |
วันที่เผยแพร่ | 2020-01-06 |
คะแนน | 4.38/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://www.xgeek.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.xgeek.net/salesforce/salesforce-mass-editor-chrome-extension/ |
URL หน้าช่วยเหลือ | https://www.xgeek.net/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.xgeek.net/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Mass Editor", "short_name": "Salesforce Mass Editor", "version": "3.1.9", "manifest_version": 2, "description": "Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning!", "browser_action": { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*" ], "default_icon": "icon\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*", "https:\/\/github.com\/*" ], "css": [ "dist\/css\/style.min.css", "dist\/css\/lightning.min.css" ], "js": [ "dist\/js\/main.min.js" ] } ], "background": { "scripts": [ "components\/jsforce\/build\/jsforce.min.js", "dist\/js\/analytics.min.js" ] }, "permissions": [ "activeTab", "https:\/\/*force.com\/*", "storage", "unlimitedStorage", "clipboardRead" ], "icons": { "16": "icon\/icon-16.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; style-src 'self' https:\/\/use.fontawesome.com;" } |