Ebay & PayPal Quick link

Custom Ebay & PayPal Launcher

Qu'est-ce que Ebay & PayPal Quick link ?

Ebay & PayPal Quick link est une extension Chrome développée par Des Walker, et sa fonction principale est "Custom Ebay & PayPal Launcher".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ebay & PayPal Quick link

Téléchargez les fichiers d'extension Ebay & PayPal Quick link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Ebay & PayPal Quick link Ebay & PayPal Quick link
ID bmbdchnladiicknckeeigncnnpmanpoe
URL Officiel https://chrome.google.com/webstore/detail/ebay-paypal-quick-link/bmbdchnladiicknckeeigncnnpmanpoe
Description Custom Ebay & PayPal Launcher
Taille du Fichier 49.35 KB
Nombre d'Installations 111
Version Actuelle 1.0
Dernière Mise à Jour 2021-04-04
Date de Publication 2021-04-04
Développeur Des Walker
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}