Astrea Listview Export for Salesforce
Export Salesforce listview data as excel sheet
Astrea Listview Export for Salesforce란 무엇입니까?
Astrea Listview Export for Salesforce은(는) Astrea IT Services에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export Salesforce listview data as excel sheet"입니다.
확장 프로그램 스크린샷
Astrea Listview Export for Salesforce 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension works only for Salesforce classic. With ‘Astrea Listview Export for Salesforce’ it becomes very easy for user to export listview data into excel. Using this extension user can download their respective data of listview. Please contact us at [email protected] for any queries. For additional information visit our website http://astreait.com/AstreaExcelConverter/
확장 프로그램 기본 정보
이름 | Astrea Listview Export for Salesforce |
ID | abcnncmnmbpldblmjmcegggfajieoflf |
공식 URL | https://chromewebstore.google.com/detail/astrea-listview-export-fo/abcnncmnmbpldblmjmcegggfajieoflf |
설명 | Export Salesforce listview data as excel sheet |
파일 크기 | 156 KB |
설치 횟수 | 474 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2020-10-19 |
출시 날짜 | 2018-08-08 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | Astrea IT Services |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://astreait.com/AstreaExcelConverter/ |
도움말 페이지 URL | http://astreait.com/AstreaExcelConverter/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Astrea IT Services", "background": { "persistent": false, "scripts": [ "\/scripts\/jquery-1.11.1.min.js", "\/scripts\/jsforce.min.js", "\/scripts\/forcetk.ui.js", "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/img16.png" } }, "content_scripts": [ { "js": [ "\/scripts\/jquery-1.11.1.min.js", "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "description": "Export Salesforce listview data as excel sheet", "icons": { "16": "images\/img16.png", "32": "images\/img32.png", "48": "images\/img48.png", "64": "images\/img64.png", "128": "images\/img128.png" }, "manifest_version": 2, "name": "Astrea Listview Export for Salesforce", "permissions": [ "cookies", "activeTab", "https:\/\/*\/*", "tabs", "storage", "downloads" ], "short_name": "Astrea Excel Generator", "version": "0.0.0.3" } |