One Click Salesforce Login

Enables you to login in SalesForce (Force.com) with one click.

One Click Salesforce Login란 무엇입니까?

One Click Salesforce Login은(는) Sumit Banarji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables you to login in SalesForce (Force.com) with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

One Click Salesforce Login 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension enables you to store multiple force.com credentials and login with one click.                    

확장 프로그램 기본 정보

이름 One Click Salesforce Login One Click Salesforce Login
ID ckcjggdilfimmjnjmldgbbekigobcijn
공식 URL https://chromewebstore.google.com/detail/one-click-salesforce-logi/ckcjggdilfimmjnjmldgbbekigobcijn
설명 Enables you to login in SalesForce (Force.com) with one click.
파일 크기 594 KB
설치 횟수 1,698
현재 버전 1.3.0
최근 업데이트 2019-08-04
출시 날짜 2019-08-04
평점 4.97/5 총 59 개의 평점
개발자 Sumit Banarji
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Salesforce Login",
    "version": "1.3.0",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/angular\/angular.min.js",
            "js\/script\/background.js"
        ]
    },
    "incognito": "spanning",
    "description": "Enables you to login in SalesForce (Force.com) with one click.",
    "icons": {
        "16": "icons\/16-16.png",
        "48": "icons\/48-48.png",
        "128": "icons\/48-48.png"
    },
    "omnibox": {
        "keyword": "yeah"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19-19.png",
            "38": "icons\/38-38.png"
        },
        "default_title": "Salesforce one click login",
        "default_popup": "popup.html"
    },
    "short_name": "1 Click Salesforce Login",
    "author": "Sumit Banarji",
    "permissions": [
        "storage",
        "https:\/\/*.salesforce.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}