eBay Enhancement Suite
Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.
eBay Enhancement Suite क्या है?
eBay Enhancement Suite LakinSoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में eBay Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unofficial tweaks for eBay. Most notable are the addition of maps to product listings. I recommend looking at the options page - there's screenshots and each tweak can be individually disabled.
एक्सटेंशन की मूल जानकारी
नाम | eBay Enhancement Suite |
ID | hpjjahdkofhbimpjfmgnobenmgfciepj |
आधिकारिक URL | https://chromewebstore.google.com/detail/ebay-enhancement-suite/hpjjahdkofhbimpjfmgnobenmgfciepj |
विवरण | Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come. |
फ़ाइल का आकार | 1.89 MB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 2.2.1 |
अंतिम अपडेट | 2018-07-09 |
प्रकाशन तिथि | 2018-07-09 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | LakinSoft |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eBay Enhancement Suite", "version": "2.2.1", "description": "Unofficial tweaks for eBay. Mainly focused on increasing user productivity by providing maps automatically. More to come.", "manifest_version": 2, "permissions": [ "storage" ], "options_page": "src\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/index.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" } } } |