Better Eight (8card.net) Tools
Eightをもっと使いやすく。名刺データを「Gmail CSV」「vCard(iPhone, Outlook等)」形式でダウンロード
What is Better Eight (8card.net) Tools?
Better Eight (8card.net) Tools is a Chrome extension developed by uchiyama.noriaki, and its main feature is "Eightをもっと使いやすく。名刺データを「Gmail CSV」「vCard(iPhone, Outlook等)」形式でダウンロード".
Extension Screenshots
Download Better Eight (8card.net) Tools Extension CRX File
Download Better Eight (8card.net) Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
更新情報 * ver 0.1.2: 2016/01/21 Android系端末からEightプレミアム会員登録した場合に発生していた不具合を修正 * ver 0.1.1: 2016/01/14 Eightサービスリニューアルに対応( /myhome で利用できます) * ver 0.1.0: 2015/04/05 公開 機能概要 * 名刺データダウンロードがもっと使いやすく(Eightプレミアム会員)。オリジナルファイルに加えて以下のファイルがダウンロード可能になります - 余分なヘッダを除いた CSV ファイル - Gmail インポート用 CSV ファイル - OUTLOOK や iPhone(iCloud) インポート用 vCard ファイル
Extension Basic Information
Name | Better Eight (8card.net) Tools |
ID | jjdipcmdpdmbjifjnccldmccobipombh |
Official URL | https://chromewebstore.google.com/detail/better-eight-8cardnet-too/jjdipcmdpdmbjifjnccldmccobipombh |
Description | Eightをもっと使いやすく。名刺データを「Gmail CSV」「vCard(iPhone, Outlook等)」形式でダウンロード |
File Size | 217 KB |
Installation Count | 2,650 |
Current Version | 0.1.2 |
Last Updated | 2016-01-21 |
Publish Date | 2016-01-20 |
Rating | 3.00/5 Total 6 Ratings |
Developer | uchiyama.noriaki |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Eight (8card.net) Tools", "version": "0.1.2", "manifest_version": 2, "description": "Eight\u3092\u3082\u3063\u3068\u4f7f\u3044\u3084\u3059\u304f\u3002\u540d\u523a\u30c7\u30fc\u30bf\u3092\u300cGmail CSV\u300d\u300cvCard\uff08iPhone, Outlook\u7b49\uff09\u300d\u5f62\u5f0f\u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Click to open Better Eight Tools", "default_popup": "views\/popup.html" }, "background": { "scripts": [ "js\/libs\/jquery\/jquery-2.1.3.min.js", "js\/libs\/google\/analytics.js", "js\/controllers\/check-confirm.js", "js\/controllers\/check-premium.js", "js\/background\/init.js" ], "presistent": false }, "content_scripts": [ { "matches": [ "https:\/\/8card.net\/myhome", "https:\/\/8card.net\/myhome\/people", "https:\/\/8card.net\/export\/*" ], "exclude_matches": [], "css": [], "js": [ "js\/libs\/jquery\/jquery-2.1.3.min.js", "js\/content_scripts\/init.js" ] } ], "permissions": [ "https:\/\/eight-export-csv-production.s3-ap-northeast-1.amazonaws.com\/", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |