Mobikart.com

Smartly know the lowest price of a product while you shop online, whether you are on Amazon, Flipkart, Tatacliq, Ebay or more

Mobikart.comคืออะไร?

Mobikart.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mobikart.com และคุณลักษณะหลักของมันคือ "Smartly know the lowest price of a product while you shop online, whether you are on Amazon, Flipkart, Tatacliq, Ebay or more"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobikart.com

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

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

                        Mobikart is a browser add-on that will automatically find the lowest price of a product and compare while you are shopping online. 

Price comparison just got easy! Get the lowest price now

For all your favorite online stores that you love to visit and shop on - Flipkart, Amazon, Tatacliq, Paytmmall, Ebay etc -- but how will you know who is the cheapest. 

Mobikart extension lets you visit your favorite store as always, but now also lets you know if the smartphone, Tablets, or deals you are buying is cheaper elsewhere. Yes, it is a clever system that allows you to save money and time without any hassles, without expecting you to visit other websites. 

Mobikart extension works on the following sites:

Amazon.in
Flipkart.com
Tatacliq.com
Shopclues.com
Paytmmall.com
Ebay.in
n more...

NOTE: This add-on has no affiliation with any of the above websites and is an Private offering. 

Cheers!                    

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

ชื่อ Mobikart.com Mobikart.com
ID lnfdmloboniimcmedjibeekijhaaodlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mobikartcom/lnfdmloboniimcmedjibeekijhaaodlp
คำอธิบาย Smartly know the lowest price of a product while you shop online, whether you are on Amazon, Flipkart, Tatacliq, Ebay or more
ขนาดไฟล์ 317 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.6.9.3
อัปเดตครั้งล่าสุด 2018-01-02
วันที่เผยแพร่ 2018-01-02
คะแนน 4.74/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.mobikart.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mobikart.com
URL หน้าช่วยเหลือ https://www.mobikart.com/extension/
URL หน้านโยบายความเป็นส่วนตัว http://www.nethority.com
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "OneSignal.js",
            "src\/static\/component\/jquery-3.0.0.min.js",
            "config\/config.js",
            "src\/static\/application\/js\/background.js"
        ],
        "persistent": true
    },
    "name": "Mobikart.com",
    "short_name": "Find the lowest prices",
    "version": "1.6.9.3",
    "manifest_version": 2,
    "author": "Mobikart",
    "description": "Smartly know the lowest price of a product while you shop online, whether you are on Amazon, Flipkart, Tatacliq, Ebay or more",
    "icons": {
        "16": "src\/static\/application\/images\/icons\/mobikart-16.png",
        "48": "src\/static\/application\/images\/icons\/mobikart-48.png",
        "128": "src\/static\/application\/images\/icons\/mobikart-128.png"
    },
    "browser_action": {
        "default_ico": "src\/static\/application\/images\/logo.png",
        "default_icon": {
            "19": "src\/static\/application\/images\/icons\/mobikart-19.png",
            "38": "src\/static\/application\/images\/icons\/mobikart-38.png"
        },
        "default_popup": "src\/html\/popup.html",
        "default_title": "Mobikart.com"
    },
    "content_scripts": [
        {
            "css": [
                "src\/static\/application\/css\/min\/page.min.css",
                "src\/static\/application\/css\/min\/util.min.css"
            ],
            "js": [
                "src\/static\/component\/jquery-3.0.0.min.js",
                "config\/config.js",
                "src\/static\/support-lib\/util.js",
                "src\/static\/application\/js\/url_parser.js",
                "src\/static\/application\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "omnibox": {
        "keyword": "mobikart"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "homepage_url": "http:\/\/www.mobikart.com\/",
    "permissions": [
        "gcm",
        "tabs",
        "identity",
        "identity.email",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "contextMenus",
        "storage",
        "webRequest",
        "webNavigation",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "src\/static\/application\/images\/logo_mk.png",
        "src\/static\/application\/images\/logo-mobikart-04.png",
        "src\/html\/thankyou.html"
    ]
}