Source Master

Compare Amazon product prices with eBay

Source Masterคืออะไร?

Source Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fbamaster.com และคุณลักษณะหลักของมันคือ "Compare Amazon product prices with eBay"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Source Master

ดาวน์โหลดไฟล์ส่วนขยาย Source Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use this tool to compare Amazon product prices with corresponding ebay products with just one click.

Just click on the source master icon while you are on an Amazon search page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Source Master Source Master
ID gbpefjiagbfkgpfmcoapkbficbefpabp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/source-master/gbpefjiagbfkgpfmcoapkbficbefpabp
คำอธิบาย Compare Amazon product prices with eBay
ขนาดไฟล์ 526 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2020-07-28
วันที่เผยแพร่ 2019-11-27
ผู้พัฒนา https://www.fbamaster.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fbamaster.com/privacy-policy-ebay-dropshipping-chrome-extension/
URL หน้าช่วยเหลือ https://www.fbamaster.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.fbamaster.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Source Master",
    "short_name": "Source Master",
    "version": "1.1.9",
    "manifest_version": 2,
    "description": "Compare Amazon product prices with eBay",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/hmac-sha256.js",
            "js\/cryptojs-enc-base64-min.js",
            "js\/jquery.min.js",
            "src\/common.js",
            "src\/lcnc.js",
            "src\/ebay.js",
            "src\/AmazonFeeCalculator.js",
            "src\/AmzManager.js",
            "src\/Progress.js",
            "src\/bg.js"
        ],
        "persistent": true
    },
    "content_scripts": [],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Source Master"
    },
    "permissions": [
        "storage",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/webservices.amazon.com\/*",
        "*:\/\/www.fbamaster.com\/paapiv5\/*",
        "https:\/\/sellercentral.amazon.com\/*"
    ],
    "web_accessible_resources": [
        "html\/*",
        "img\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    }
}