gBay - eBay inside Gmail

Manage eBay inside Gmail

gBay - eBay inside Gmail क्या है?

gBay - eBay inside Gmail Omer Korner & Or Duan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage eBay inside Gmail"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में gBay - eBay inside Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}