gBay - eBay inside Gmail
Manage eBay inside Gmail
gBay - eBay inside Gmailとは何ですか?
gBay - eBay inside GmailはOmer Korner & Or Duanによって開発されたChromeの拡張機能で、その主な機能は「Manage eBay inside Gmail」です。
拡張機能のスクリーンショット
gBay - eBay inside Gmail拡張機能のCRXファイルをダウンロード
gBay - eBay inside Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A small extension aimed at eBay sellers. On every email you receive from eBay customers inside Gmail, it adds a small button next to the customer's username. Clicking the button quickly sends you to the eBay order search, with the customers username already pre-filled. This saves you the hassle of copy-pasting the link and waiting for eBay to load.
拡張機能の基本情報
名前 | gBay - eBay inside Gmail |
ID | ikjconljhjapilgmmdmefadjiknddgaa |
公式URL | https://chromewebstore.google.com/detail/gbay-ebay-inside-gmail/ikjconljhjapilgmmdmefadjiknddgaa |
説明 | Manage eBay inside Gmail |
ファイルサイズ | 35.04 KB |
インストール数 | 39 |
現在のバージョン | 0.0.3 |
最終更新日 | 2016-04-17 |
公開日 | 2016-04-17 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Omer Korner & Or Duan |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gBay - eBay inside Gmail", "short_name": "gBay", "version": "0.0.3", "manifest_version": 2, "description": "Manage eBay inside Gmail", "permissions": [ "tabs", "https:\/\/mail.google.com\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "jquery-2.2.2.min.js", "main.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/googleads.g.doubleclick.net https:\/\/www.googleadservices.com https:\/\/ssl.google-analytics.com https:\/\/clients5.google.com https:\/\/apis.google.com;object-src 'self'", "web_accessible_resources": [ "images\/ebay_link.png" ] } |