Astrea Listview Export for Salesforce
Export Salesforce listview data as excel sheet
What is Astrea Listview Export for Salesforce?
Astrea Listview Export for Salesforce is a Chrome extension developed by Astrea IT Services, and its main feature is "Export Salesforce listview data as excel sheet".
Extension Screenshots
Download Astrea Listview Export for Salesforce Extension CRX File
Download Astrea Listview Export for Salesforce extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension works only for Salesforce classic. With ‘Astrea Listview Export for Salesforce’ it becomes very easy for user to export listview data into excel. Using this extension user can download their respective data of listview. Please contact us at [email protected] for any queries. For additional information visit our website http://astreait.com/AstreaExcelConverter/
Extension Basic Information
Name | Astrea Listview Export for Salesforce |
ID | abcnncmnmbpldblmjmcegggfajieoflf |
Official URL | https://chromewebstore.google.com/detail/astrea-listview-export-fo/abcnncmnmbpldblmjmcegggfajieoflf |
Description | Export Salesforce listview data as excel sheet |
File Size | 156 KB |
Installation Count | 474 |
Current Version | 0.0.0.3 |
Last Updated | 2020-10-19 |
Publish Date | 2018-08-08 |
Rating | 5.00/5 Total 12 Ratings |
Developer | Astrea IT Services |
[email protected] | |
Payment Type | free |
Extension Website | http://astreait.com/AstreaExcelConverter/ |
Help Page URL | http://astreait.com/AstreaExcelConverter/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Astrea IT Services", "background": { "persistent": false, "scripts": [ "\/scripts\/jquery-1.11.1.min.js", "\/scripts\/jsforce.min.js", "\/scripts\/forcetk.ui.js", "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/img16.png" } }, "content_scripts": [ { "js": [ "\/scripts\/jquery-1.11.1.min.js", "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "description": "Export Salesforce listview data as excel sheet", "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "64": "images\/img64.png", "128": "images\/img128.png" }, "manifest_version": 2, "name": "Astrea Listview Export for Salesforce", "permissions": [ "cookies", "activeTab", "https:\/\/*\/*", "tabs", "storage", "downloads" ], "short_name": "Astrea Excel Generator", "version": "0.0.0.3" } |