Helper Tools for ASOS: price checker

Price checker for ASOS. Save up to 80%!

Helper Tools for ASOS: price checkerคืออะไร?

Helper Tools for ASOS: price checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codembo.com และคุณลักษณะหลักของมันคือ "Price checker for ASOS. Save up to 80%!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helper Tools for ASOS: price checker

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

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

                        ASOS price checker
Find out the cheapest price and which currency you should use to buy!
(Best prices will be shown on the ASOS’s product page)
The same products has different prices on other ASOS country-dedicated websites.
— You can save up to 80% by paying in a different currency!
— It is not necessary to have a card in another currency to pay, because the conversion takes place automatically at the rate of your pay system or Bank.
— Changing the country or currency doesn’t break the warranty, free return or ASOS’s delivery.
Try it!
Enjoy!

F.A.Q.:
https://medium.com/@mortefy101/asos-helper-f-a-q-en-asos-price-checker-6a95e07a385f

Contacts:
E-mail: [email protected]
Telegram: @AsosHelper                    

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

ชื่อ Helper Tools for ASOS: price checker Helper Tools for ASOS: price checker
ID khdffphpgkfkhnieloingcfkkboioada
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/helper-tools-for-asos-pri/khdffphpgkfkhnieloingcfkkboioada
คำอธิบาย Price checker for ASOS. Save up to 80%!
ขนาดไฟล์ 61.53 KB
จำนวนการติดตั้ง 10,765
เวอร์ชันปัจจุบัน 2.4.7
อัปเดตครั้งล่าสุด 2022-02-04
วันที่เผยแพร่ 2020-06-30
คะแนน 4.75/5 รวมทั้งหมด 136 คะแนน
ผู้พัฒนา https://codembo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://codembo.com
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "version": "2.4.7",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_poptitle__"
    },
    "options_page": "popup.html",
    "permissions": [
        "storage",
        "*:\/\/*.getrates.su\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.asos.com\/*",
                "*:\/\/*.asos.de\/*",
                "*:\/\/*.asos.su\/*",
                "*:\/\/*.asos.fr\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/jq.js",
                "js\/1.js"
            ],
            "css": [
                "js\/css.css"
            ]
        }
    ]
}