Smartprix - Best Price Comparison App

Get the lowest price no matter where you are

Smartprix - Best Price Comparison App là gì?

Smartprix - Best Price Comparison App là một tiện ích mở rộng Chrome được phát triển bởi Smartprix.com, và tính năng chính của nó là "Get the lowest price no matter where you are".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smartprix - Best Price Comparison App

Tải xuống các tệp mở rộng Smartprix - Best Price Comparison App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Find the lowest price and similar products automatically across 100+ online stores in India.

Smartprix.com is India’s best price comparison shopping app to buy online. 

Click on Smartprix icon to quickly search a product on Smartprix and for quick access to popular stores in India.

Hassle Free Experience with Smartprix Online Shopping & Comparison App:
 • No need to waste time for finding lowest prices online & best deals
 • Prompt help in online shopping
 • Quickly search across all online stores

Our whole team strive to save your money and precious time, never shop without using Smartprix. If you like the Smartprix tell your friends about the awesome shopping experience, and if you don’t like it tell us at [email protected].

NOTE: We currently support shopping sites in India only.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smartprix - Best Price Comparison App Smartprix - Best Price Comparison App
ID enljpjnlogidifamchbmaggncdcbeikf
URL Chính Thức https://chromewebstore.google.com/detail/smartprix-best-price-comp/enljpjnlogidifamchbmaggncdcbeikf
Mô tả Get the lowest price no matter where you are
Kích Thước Tệp 44.88 KB
Số Lần Cài Đặt 1,114
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2019-06-17
Ngày Phát Hành 2019-06-17
Đánh Giá 4.43/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Smartprix.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.smartprix.com
URL Trang Trợ Giúp https://www.smartprix.com/about/contact
URL Trang Chính Sách Bảo Mật https://www.smartprix.com/about/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.5.1",
    "name": "Smartprix - Best Price Comparison App",
    "short_name": "Smartprix",
    "description": "Get the lowest price no matter where you are",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*",
        "activeTab",
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19px.png",
            "38": "img\/icon_38px.png",
            "128": "img\/icon_128px.png"
        },
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "19": "img\/icon_19px.png",
        "38": "img\/icon_38px.png",
        "128": "img\/icon_128px.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.smartprix.com\/*"
        ]
    }
}