Chrome Publisher for Salesforce

Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page.

Chrome Publisher for Salesforce क्या है?

Chrome Publisher for Salesforce https://www.kylpo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page."।

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

screenshot
screenshot
screenshot

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

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

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

                        << NOT BEING ACTIVELY DEVELOPED >>

[Currently in an ALPHA state since only Chatter actions are enabled. Also, a preview of personal actions (#TIL and #MyDay) made it in. Watch the video for more details.]

This extension brings the power and convenience of Salesforce1's Publisher, right into the browser! No longer will you need to open a salesforce.com page, just to send a post/poll/link. 

While browsing the web, simply click the icon in the upper right of Chrome to get started.

Note: this is NOT an official Salesforce project. Salesforce is not responsible for this extension.

Permissions explanation:
"Access your data on *.salesforce.com"
- Needed to access salesforce.com APIs.                    

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

नाम Chrome Publisher for Salesforce Chrome Publisher for Salesforce
ID iicjicoidokejlhbgdpbfphddeifhnjb
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-publisher-for-sale/iicjicoidokejlhbgdpbfphddeifhnjb
विवरण Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page.
फ़ाइल का आकार 5.05 MB
स्थापना संख्या 131
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2016-05-11
प्रकाशन तिथि 2016-05-10
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.kylpo.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kylpo/chrome-publisher-for-salesforce
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Publisher for Salesforce",
    "description": "Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page.",
    "version": "0.0.9",
    "icons": {
        "16": "icon-sfdc.png",
        "48": "icon-sfdc.png",
        "128": "icon-sfdc.png"
    },
    "permissions": [
        "https:\/\/*.salesforce.com\/",
        "identity",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.built.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-sfdc.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+0"
            },
            "global": true
        }
    }
}