Posts

Showing posts from March, 2018

Developing Chrome Extensions for Salesforce

Image
Developing Chrome Extensions for Salesforce Chrome extensions are awesome, they provide amazing convenience that is limited only by your imagination. some of created by me: 1. Quick Test Run 2. Quick ChangeSet & Navigator 3. Quick Query Editor and CSV Exporter 4. Quick Debug 5. Quick Shortcut you can download from Chrome Web Store What are extensions? Extensions are small software programs that customize the browsing experience. They enable users to tailor Chrome functionality and behavior to individual needs or preferences. They are built on web technologies such as HTML, JavaScript, and CSS. An extension must fulfill a single purpose that is narrowly defined and easy to understand. A single extension can include multiple components and a range of functionality, as long as everything contributes towards a common purpose. Chrome Extension Structure A Chrome Extension is made up of a JavaScript, HTML, images and JSON. At its core is a manifest file which conta