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ファイルをダウンロード
Astrea Listview Export for Salesforce拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |