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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |