Astrea Listview Export for Salesforce

Export Salesforce listview data as excel sheet

Astrea Listview Export for Salesforceคืออะไร?

Astrea Listview Export for Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Astrea IT Services และคุณลักษณะหลักของมันคือ "Export Salesforce listview data as excel sheet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Astrea Listview Export for Salesforce

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}