Salesforce Dynamic Tab Icon
Customize Salesforce FavIcon By Meaningful & Dynamic Values
Salesforce Dynamic Tab Icon란 무엇입니까?
Salesforce Dynamic Tab Icon은(는) http://blog.cloudexult.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize Salesforce FavIcon By Meaningful & Dynamic Values"입니다.
확장 프로그램 스크린샷
Salesforce Dynamic Tab Icon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Salesforce Dynamic Tab Icon:
Highlight & Manipulate the Salesforce tab favicon with your most needed information by customized SOQL Query. Also customize your tab icon by choosing your favorite colored bubbles. 확장 프로그램 기본 정보
| 이름 | |
| ID | kdpgnbegjnbecnjmgijhpcniippongln |
| 공식 URL | https://chrome.google.com/webstore/detail/salesforce-dynamic-tab-ic/kdpgnbegjnbecnjmgijhpcniippongln |
| 설명 | Customize Salesforce FavIcon By Meaningful & Dynamic Values |
| 파일 크기 | 355 KB |
| 설치 횟수 | 18 |
| 현재 버전 | 0.2 |
| 최근 업데이트 | 2017-04-02 |
| 출시 날짜 | 2017-04-02 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | http://blog.cloudexult.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 개인정보 보호 정책 페이지 URL | http://blog.cloudexult.com/terms-2 |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Salesforce Dynamic Tab Icon",
"short_name": "SF FavIcon Tab",
"version": "0.2",
"manifest_version": 2,
"description": "Customize Salesforce FavIcon By Meaningful & Dynamic Values",
"icons": {
"128": "img\/icons\/ce_128_1.png",
"48": "img\/icons\/ce_32_1.png",
"16": "img\/icons\/ce_16.png"
},
"permissions": [
"tabs",
"notifications",
"storage",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"browser_action": {
"default_icon": "img\/icons\/ce_16.png",
"default_title": "SF Badge Tab",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistant": true
},
"content_scripts": [
{
"js": [
"js\/jquery.js",
"js\/forcetk.js",
"js\/tinycon.js",
"js\/contentscript.js",
"js\/options.js"
],
"matches": [
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.force.com\/*"
]
}
],
"web_accessible_resources": [
"js\/jquery-3.1.1.min.map"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"options_page": "options.html"
} | |