Mass Update Pardot Dropdowns & Checkboxes
Mass Update Pardot Dropdowns & Checkboxes
Mass Update Pardot Dropdowns & Checkboxesคืออะไร?
Mass Update Pardot Dropdowns & Checkboxes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandre Ruiz และคุณลักษณะหลักของมันคือ "Mass Update Pardot Dropdowns & Checkboxes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mass Update Pardot Dropdowns & Checkboxes
ดาวน์โหลดไฟล์ส่วนขยาย Mass Update Pardot Dropdowns & Checkboxes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mass Update Pardot (Salesforce) Values and Labels & Checkboxes A simple extension to easily mass update Pardot values & labels at the field level (field setup or field form field). Also, an easy way to check or uncheck all picklist values in a setup field.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gcojbafmklidhdaiaknbihaikebdplpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mass-update-pardot-dropdo/gcojbafmklidhdaiaknbihaikebdplpf |
คำอธิบาย | Mass Update Pardot Dropdowns & Checkboxes |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 176 |
เวอร์ชันปัจจุบัน | 1.11 |
อัปเดตครั้งล่าสุด | 2021-07-04 |
วันที่เผยแพร่ | 2021-06-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Alexandre Ruiz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://go.alexandreruiz.com/pardotextension?source=chromestore |
URL หน้าช่วยเหลือ | http://go.alexandreruiz.com/pardotextension-h?source=chromestore |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mass Update Pardot Dropdowns & Checkboxes", "description": "Mass Update Pardot Dropdowns & Checkboxes", "version": "1.11", "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Mass Update Pardot Dropdowns & Checkboxes", "default_icon": "icons\/icon128.png", "default_popup": "popup\/content.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.pardot.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ], "js": [ "jquery.min.js", "main.js" ], "all_frames": true } ] } |