AliPrice Shopping Assistant for Flipkart

Track price history on Flipkart.com

AliPrice Shopping Assistant for Flipkartคืออะไร?

AliPrice Shopping Assistant for Flipkart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aliprice2 และคุณลักษณะหลักของมันคือ "Track price history on Flipkart.com"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliPrice Shopping Assistant for Flipkart

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

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

                        AliPrice Shopping Assistant for Flipkart is a price tracker for buyers on Flipkart.com.
Main features:
1. Price history within 3 or 6 months
2. Shortcuts to Flipkart and quick search box.
3. Search by image on AliPrice with right click

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to Flipkart affiliate program links. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use

We only collect anonymous information. 
We use technologies like cookies (small files stored by your browser), web beacons, or unique device identifiers to anonymously identify your computer or device so we can deliver a better experience. Our systems also log information like your browser, operating system and IP address. For more details please read our Privacy Policy - https://www.aliprice.com/information/index?page=privacy
Flipkart is a trademark of Flipkart.com, Inc. This extension was not created or endorsed by Flipkart.
We do use Google Analytics to collect anonymous usage statistics to help improve user experience, but you can opt out at http://tools.google.com/dlpage/gaoptout

Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice                    

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

ชื่อ AliPrice Shopping Assistant for Flipkart AliPrice Shopping Assistant for Flipkart
ID fjkdkdekdlpijnkcocglmmengdkoklmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliprice-shopping-assista/fjkdkdekdlpijnkcocglmmengdkoklmg
คำอธิบาย Track price history on Flipkart.com
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2020-07-16
คะแนน 4.85/5 รวมทั้งหมด 142 คะแนน
ผู้พัฒนา aliprice2
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.aliprice.com/
URL หน้าช่วยเหลือ https://www.aliprice.com/information/index?page=contact
URL หน้านโยบายความเป็นส่วนตัว https://www.aliprice.com/information/index/page/privacy
ภาษาที่รองรับ en
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=1054&channel=chrome&platform=flipkart&version=3.0.2&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "*:\/\/*.flipkart.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.flipkart.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.flipkart.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}