OAsearch
Make your Online Arbitrage easier with lots of search links for Amazon Sellers. (Don't forget to get the companion AZflipper!)
什麼是OAsearch?
OAsearch是由https://arbinon.com開發的Chrome擴展程式,該擴展的主要功能是“Make your Online Arbitrage easier with lots of search links for Amazon Sellers. (Don't forget to get the companion AZflipper!)”。
擴展截圖
下載OAsearch擴展crx文件
下載OAsearch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Amazon Sellers, when you are doing Online Arbitrage (OA), and are struggling to get the job done fast, you are likely burdened with a million copy and pastes into new tabs. It gets to be a jungle! Take charge of your product sourcing and get OAsearch. When on a product page at a supplier's site, select a UPC, Product Title (anything!), then RIGHT-CLICK, and pick the OAsearch option where you can pick from over *86* different popular sites that US and Canadian Amazon FBA Sellers use frequently. Right-click. Click. Source. It's that simple. This extension works in tandem with AZflipper. Combine the two for the ultimate in Chrome power sourcing that only the pros can dream of! New in v4.0.0 - Rebranding from "arbinon.com OAsearch REX" to more simply "OAsearch" by TimMcKaySoftware.com. Optimizations for performance. Bug fixes. Upgrade of inside guts for Google's latest Chrome Extensions API.
擴展基本資訊
名稱 | OAsearch |
ID | ommhanoakgnhlcjblffllkcklcchlajm |
官方網址 | https://chromewebstore.google.com/detail/oasearch/ommhanoakgnhlcjblffllkcklcchlajm |
簡介 | Make your Online Arbitrage easier with lots of search links for Amazon Sellers. (Don't forget to get the companion AZflipper!) |
檔案大小 | 24.4 KB |
安裝次數 | 228 |
目前版本 | 4.0.3 |
更新時間 | 2023-06-21 |
上架時間 | 2020-09-23 |
開發者 | https://arbinon.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.TimMcKaySoftware.com/OAsearch |
說明頁面URL | https://www.TimMcKaySoftware.com/OAsearch |
隱私政策頁面URL | https://www.timmckaysoftware.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OAsearch", "description": "Make your Online Arbitrage easier with lots of search links for Amazon Sellers. (Don't forget to get the companion AZflipper!)", "version": "4.0.3", "action": { "default_icon": "images\/tM-Icon_64x64.png", "default_popup": "popup.html" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "permissions": [ "contextMenus", "storage" ], "icons": { "48": "images\/tM-Icon_48x48.png", "64": "images\/tM-Icon_64x64.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |