gBay - eBay inside Gmail
Manage eBay inside Gmail
Apa itu gBay - eBay inside Gmail?
gBay - eBay inside Gmail adalah ekstensi Chrome yang dikembangkan oleh Omer Korner & Or Duan, dan fitur utamanya adalah "Manage eBay inside Gmail".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi gBay - eBay inside Gmail
Unduh file ekstensi gBay - eBay inside Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | gBay - eBay inside Gmail |
ID | ikjconljhjapilgmmdmefadjiknddgaa |
URL Resmi | https://chromewebstore.google.com/detail/gbay-ebay-inside-gmail/ikjconljhjapilgmmdmefadjiknddgaa |
Deskripsi | Manage eBay inside Gmail |
Ukuran File | 35.04 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2016-04-17 |
Tanggal Publikasi | 2016-04-17 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Omer Korner & Or Duan |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |