Add eBay auction to Auction Defender
Add eBay auction to Auction Defender
Add eBay auction to Auction Defenderとは何ですか?
Add eBay auction to Auction Defenderはilko.nikolovによって開発されたChromeの拡張機能で、その主な機能は「Add eBay auction to Auction Defender」です。
拡張機能のスクリーンショット
Add eBay auction to Auction Defender拡張機能のCRXファイルをダウンロード
Add eBay auction to Auction Defender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can add auctions to Auction Defender with the click of a button directly from Google Chome. You can even import multiple auctions from a list of search results ! You should be used Auction Defender version 3. 0. 8. 9 or more.
拡張機能の基本情報
名前 | |
ID | npameidhlpkedgfjbngfddilcgoejbho |
公式URL | https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho |
説明 | Add eBay auction to Auction Defender |
ファイルサイズ | 34.1 KB |
インストール数 | 493 |
現在のバージョン | 1.0.0.3 |
最終更新日 | 2015-08-06 |
公開日 | 2015-08-06 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | ilko.nikolov |
支払い方法 | free |
拡張機能のウェブサイト | http://www.auctiondefender.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add eBay auction to Auction Defender", "version": "1.0.0.3", "description": "Add eBay auction to Auction Defender", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "f-32.png", "default_title": "Add eBay auction to Auction Defender" }, "permissions": [ "nativeMessaging", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "management" ], "manifest_version": 2, "icons": { "16": "f-16.png", "24": "f-24.png", "32": "f-32.png" } } |