Astrea Listview Export for Salesforce

Export Salesforce listview data as excel sheet

什么是Astrea Listview Export for Salesforce?

Astrea Listview Export for Salesforce是由Astrea IT Services开发的Chrome扩展程序,该扩展的主要功能是“Export Salesforce listview data as excel sheet”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Astrea Listview Export for Salesforce扩展crx文件

下载Astrea Listview Export for Salesforce扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Astrea Listview Export for Salesforce Astrea Listview Export for Salesforce
ID abcnncmnmbpldblmjmcegggfajieoflf
官方URL https://chromewebstore.google.com/detail/astrea-listview-export-fo/abcnncmnmbpldblmjmcegggfajieoflf
简介 Export Salesforce listview data as excel sheet
文件大小 156 KB
安装次数 474
当前版本 0.0.0.3
更新时间 2020-10-19
上架时间 2018-08-08
评分 5.00/5 共12次评分
开发者 Astrea IT Services
电子邮箱 [email protected]
付费类型 free
扩展官网 http://astreait.com/AstreaExcelConverter/
帮助页面URL http://astreait.com/AstreaExcelConverter/
支持的语言 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"
}