Salesforce 799 Credentials
Easily manage all your credentials of different salesforce org.
Salesforce 799 Credentials란 무엇입니까?
Salesforce 799 Credentials은(는) http://799thecoder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage all your credentials of different salesforce org."입니다.
확장 프로그램 스크린샷
Salesforce 799 Credentials 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This will save your time of going to the login page then putting your username and password then hitting login, If you login into your salesforce org with this extension it will save your lots of time. Once you have saved your credentials, you are just one click away to login into your salesforce org.
Recommended for : If you are a developer or project manager or an administrator who need to access various salesforce orgs more frequently then this extension will save your time, Because you are just one click away.
This extension supports sandbox, productions and developer orgs. You can delete saved credentials , add new credentials etc.
Why should I go for this because there are already couple of extensions for the same purpose ?
Here you go with the answer, most of developers first copy username paste into username field and then copy password then paste into password field, but most of other extension will clear your username when you went to other tab to copy password. But this will keep remember your username and password and other information also. 확장 프로그램 기본 정보
| 이름 | |
| ID | gceoabplpebmcmkcaklnanbagdfodgof |
| 공식 URL | https://chrome.google.com/webstore/detail/salesforce-799-credential/gceoabplpebmcmkcaklnanbagdfodgof |
| 설명 | Easily manage all your credentials of different salesforce org. |
| 파일 크기 | 136 KB |
| 설치 횟수 | 95 |
| 현재 버전 | 2.1 |
| 최근 업데이트 | 2017-04-17 |
| 출시 날짜 | 2017-04-17 |
| 평점 | 5.00/5 총 2 개의 평점 |
| 개발자 | http://799thecoder.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Salesforce 799 Credentials",
"short_name": "sForce 799",
"description": "Easily manage all your credentials of different salesforce org.",
"version": "2.1",
"manifest_version": 2,
"browser_action": {
"default_icon": "images\/image16.png",
"default_title": "Salesforce 799 Credentials",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/image16.png",
"32": "images\/image32.png",
"64": "images\/image64.png",
"128": "images\/image128.png"
},
"permissions": [
"storage",
"tabs"
]
} | |