Ebay & PayPal Quick link

Custom Ebay & PayPal Launcher

Wat is Ebay & PayPal Quick link?

Ebay & PayPal Quick link is een Chrome-extensie ontwikkeld door Des Walker, en de belangrijkste functie is "Custom Ebay & PayPal Launcher".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ebay & PayPal Quick link

Download Ebay & PayPal Quick link-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

                        This extension provides quick access to eBay and PayPal without requiring them to be saved as bookmarks                    

Basisinformatie over de Extensie

Naam Ebay & PayPal Quick link Ebay & PayPal Quick link
ID bmbdchnladiicknckeeigncnnpmanpoe
Officiële URL https://chrome.google.com/webstore/detail/ebay-paypal-quick-link/bmbdchnladiicknckeeigncnnpmanpoe
Beschrijving Custom Ebay & PayPal Launcher
Bestandsgrootte 49.35 KB
Aantal Installaties 111
Huidige Versie 1.0
Laatst Bijgewerkt 2021-04-04
Publicatiedatum 2021-04-04
Ontwikkelaar Des Walker
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ebay & PayPal Quick link",
    "version": "1.0",
    "description": "Custom Ebay & PayPal Launcher",
    "icons": {
        "48": "img\/ChromeExtension48.png",
        "16": "img\/ebaypal.jpg",
        "128": "img\/ChromeExtension128.png"
    },
    "browser_action": {
        "default_icon": "img\/ebaypal.png",
        "default_title": "EbayPal",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}