Salesforce Record Downloader

Tool to download Salesforce Record Data

Salesforce Record Downloader क्या है?

Salesforce Record Downloader OSI Consulting द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to download Salesforce Record Data"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesforce Record Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This tool will help you download the current opened record in salesforce domain. This will be useful when you want to quickly share the data with external entities.
The data will be download as CSV and can be easily shared.

Upcoming Features :
- Option to Download the List View                    

एक्सटेंशन की मूल जानकारी

नाम Salesforce Record Downloader Salesforce Record Downloader
ID jpjacljhnlilceoacphmpdomjogoghno
आधिकारिक URL https://chromewebstore.google.com/detail/salesforce-record-downloa/jpjacljhnlilceoacphmpdomjogoghno
विवरण Tool to download Salesforce Record Data
फ़ाइल का आकार 178 KB
स्थापना संख्या 44
वर्तमान संस्करण 2.7
अंतिम अपडेट 2016-09-06
प्रकाशन तिथि 2016-09-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर OSI Consulting
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-webstore-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "button.css",
                "inspect-inline.css"
            ],
            "js": [
                "inspector.js",
                "button.js",
                "inspect-inline.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.visual.force.com\/*",
                "https:\/\/*.lightning.force.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'",
    "description": "Tool to download Salesforce Record Data",
    "icons": {
        "128": "icon-webstore-128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "name": "Salesforce Record Downloader",
    "permissions": [
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7",
    "web_accessible_resources": [
        "popup.html"
    ]
}