Ebay & PayPal Quick link
Custom Ebay & PayPal Launcher
What is Ebay & PayPal Quick link?
Ebay & PayPal Quick link is a Chrome extension developed by Des Walker, and its main feature is "Custom Ebay & PayPal Launcher".
Extension Screenshots
Download Ebay & PayPal Quick link Extension CRX File
Download Ebay & PayPal Quick link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension provides quick access to eBay and PayPal without requiring them to be saved as bookmarks
Extension Basic Information
Name | |
ID | bmbdchnladiicknckeeigncnnpmanpoe |
Official URL | https://chrome.google.com/webstore/detail/ebay-paypal-quick-link/bmbdchnladiicknckeeigncnnpmanpoe |
Description | Custom Ebay & PayPal Launcher |
File Size | 49.35 KB |
Installation Count | 111 |
Current Version | 1.0 |
Last Updated | 2021-04-04 |
Publish Date | 2021-04-04 |
Developer | Des Walker |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |