Telarus SF Auto Updater
An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.
Telarus SF Auto Updater란 무엇입니까?
Telarus SF Auto Updater은(는) Joshua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce."입니다.
확장 프로그램 스크린샷
Telarus SF Auto Updater 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension works on: -Case Queue -Task Queue -My Case Queue And a whole bunch more of task views! NEW! This now works on Dashboards This extension is for Telarus employee's. Its has not been tested, and there is no guaranty that it will work else where.
확장 프로그램 기본 정보
이름 | |
ID | jpniojomdlbhhiadcamkgnopeehijonp |
공식 URL | https://chromewebstore.google.com/detail/telarus-sf-auto-updater/jpniojomdlbhhiadcamkgnopeehijonp |
설명 | An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce. |
파일 크기 | 43.42 KB |
설치 횟수 | 80 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2022-07-19 |
출시 날짜 | 2022-07-19 |
개발자 | Joshua |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telarus SF Auto Updater", "version": "1.4.1", "manifest_version": 3, "description": "An extension for Telarus employees to automatically refresh any List or Dashboard view in SalesForce.", "icons": { "128": "icons\/LoadingCloud128x128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/telarus.lightning.force.com\/lightning\/*" ], "js": [ "lib\/jquery.min.js", "content-scripts\/content.js" ] } ] } |