gBay - eBay inside Gmail

Manage eBay inside Gmail

Cos'è gBay - eBay inside Gmail?

gBay - eBay inside Gmail è un'estensione di Chrome sviluppata da Omer Korner & Or Duan, e la sua funzione principale è "Manage eBay inside Gmail".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione gBay - eBay inside Gmail

Scarica i file di estensione gBay - eBay inside Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome gBay - eBay inside Gmail gBay - eBay inside Gmail
ID ikjconljhjapilgmmdmefadjiknddgaa
URL Ufficiale https://chromewebstore.google.com/detail/gbay-ebay-inside-gmail/ikjconljhjapilgmmdmefadjiknddgaa
Descrizione Manage eBay inside Gmail
Dimensione del File 35.04 KB
Conteggio Installazioni 39
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-04-17
Data di Pubblicazione 2016-04-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Omer Korner & Or Duan
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}