gBay - eBay inside Gmail
Manage eBay inside Gmail
Co je gBay - eBay inside Gmail?
gBay - eBay inside Gmail je rozšíření Chrome vyvinuté Omer Korner & Or Duan, a jeho hlavní funkcí je „Manage eBay inside Gmail“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření gBay - eBay inside Gmail
Stáhněte si soubory rozšíření gBay - eBay inside Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | gBay - eBay inside Gmail |
ID | ikjconljhjapilgmmdmefadjiknddgaa |
Oficiální URL | https://chromewebstore.google.com/detail/gbay-ebay-inside-gmail/ikjconljhjapilgmmdmefadjiknddgaa |
Popis | Manage eBay inside Gmail |
Velikost souboru | 35.04 KB |
Počet instalací | 39 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2016-04-17 |
Datum Vydání | 2016-04-17 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Omer Korner & Or Duan |
Typ Platby | free |
Podporované Jazyky | 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" ] } |