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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Perform Salesforce's Publisher Actions natively in Chrome! No need to be on a salesforce.com page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Chrome Publisher for Salesforce 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    }
}