Mass Update Pardot Dropdowns & Checkboxes
Mass Update Pardot Dropdowns & Checkboxes
Wat is Mass Update Pardot Dropdowns & Checkboxes?
Mass Update Pardot Dropdowns & Checkboxes is een Chrome-extensie ontwikkeld door Alexandre Ruiz, en de belangrijkste functie is "Mass Update Pardot Dropdowns & Checkboxes".
Extensie Screenshots
Download het CRX-bestand van de extensie Mass Update Pardot Dropdowns & Checkboxes
Download Mass Update Pardot Dropdowns & Checkboxes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gcojbafmklidhdaiaknbihaikebdplpf |
Officiële URL | https://chromewebstore.google.com/detail/mass-update-pardot-dropdo/gcojbafmklidhdaiaknbihaikebdplpf |
Beschrijving | Mass Update Pardot Dropdowns & Checkboxes |
Bestandsgrootte | 101 KB |
Aantal Installaties | 176 |
Huidige Versie | 1.11 |
Laatst Bijgewerkt | 2021-07-04 |
Publicatiedatum | 2021-06-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Alexandre Ruiz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://go.alexandreruiz.com/pardotextension?source=chromestore |
Help Pagina-URL | http://go.alexandreruiz.com/pardotextension-h?source=chromestore |
Ondersteunde Talen | 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 } ] } |