Mass Update Pardot Dropdowns & Checkboxes
Mass Update Pardot Dropdowns & Checkboxes
什么是Mass Update Pardot Dropdowns & Checkboxes?
Mass Update Pardot Dropdowns & Checkboxes是由Alexandre Ruiz开发的Chrome扩展程序,该扩展的主要功能是“Mass Update Pardot Dropdowns & Checkboxes”。
扩展截图
下载Mass Update Pardot Dropdowns & Checkboxes扩展crx文件
下载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 } ] } |