gBay - eBay inside Gmail
Manage eBay inside Gmail
Wat is gBay - eBay inside Gmail?
gBay - eBay inside Gmail is een Chrome-extensie ontwikkeld door Omer Korner & Or Duan, en de belangrijkste functie is "Manage eBay inside Gmail".
Extensie Screenshots
Download het CRX-bestand van de extensie gBay - eBay inside Gmail
Download gBay - eBay inside Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ikjconljhjapilgmmdmefadjiknddgaa |
| Officiële URL | https://chromewebstore.google.com/detail/gbay-ebay-inside-gmail/ikjconljhjapilgmmdmefadjiknddgaa |
| Beschrijving | Manage eBay inside Gmail |
| Bestandsgrootte | 35.04 KB |
| Aantal Installaties | 39 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2016-04-17 |
| Publicatiedatum | 2016-04-17 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Omer Korner & Or Duan |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |