Astrea Listview Export for Salesforce

Export Salesforce listview data as excel sheet

Co je Astrea Listview Export for Salesforce?

Astrea Listview Export for Salesforce je rozšíření Chrome vyvinuté Astrea IT Services, a jeho hlavní funkcí je „Export Salesforce listview data as excel sheet“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Astrea Listview Export for Salesforce

Stáhněte si soubory rozšíření Astrea Listview Export for Salesforce ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Astrea Listview Export for Salesforce Astrea Listview Export for Salesforce
ID abcnncmnmbpldblmjmcegggfajieoflf
Oficiální URL https://chromewebstore.google.com/detail/astrea-listview-export-fo/abcnncmnmbpldblmjmcegggfajieoflf
Popis Export Salesforce listview data as excel sheet
Velikost souboru 156 KB
Počet instalací 474
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2020-10-19
Datum Vydání 2018-08-08
Hodnocení 5.00/5 Celkem 12 Hodnocení
Vývojář Astrea IT Services
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://astreait.com/AstreaExcelConverter/
URL Stránky Nápovědy http://astreait.com/AstreaExcelConverter/
Podporované Jazyky 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"
}