Ebay & PayPal Quick link

Custom Ebay & PayPal Launcher

Ebay & PayPal Quick linkとは何ですか?

Ebay & PayPal Quick linkはDes Walkerによって開発されたChromeの拡張機能で、その主な機能は「Custom Ebay & PayPal Launcher」です。

拡張機能のスクリーンショット

screenshot

Ebay & PayPal Quick link拡張機能のCRXファイルをダウンロード

Ebay & PayPal Quick link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Ebay & PayPal Quick link Ebay & PayPal Quick link
ID bmbdchnladiicknckeeigncnnpmanpoe
公式URL https://chrome.google.com/webstore/detail/ebay-paypal-quick-link/bmbdchnladiicknckeeigncnnpmanpoe
説明 Custom Ebay & PayPal Launcher
ファイルサイズ 49.35 KB
インストール数 111
現在のバージョン 1.0
最終更新日 2021-04-04
公開日 2021-04-04
開発者 Des Walker
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}