Bkam ? بكام - Your online shopping partner!

Get best prices while browsing shopping sites

Bkam ? بكام - Your online shopping partner!คืออะไร?

Bkam ? بكام - Your online shopping partner! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bkam.com และคุณลักษณะหลักของมันคือ "Get best prices while browsing shopping sites"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bkam ? بكام - Your online shopping partner!

ดาวน์โหลดไฟล์ส่วนขยาย Bkam ? بكام - Your online shopping partner! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Bkam.com finds the best price for the product you are looking at.

Bkam.com extension is a browser add-on which finds the best deal for you! It enhances your web experience by presenting contextually relevant information in real-time. It provides cheaper price for the product you are browsing.

More information about Bkam can be found at http://bkam.com/

*** How Bkam.com extension works ***

Once you visit an online shop or a product-related web page, Bkam gets active and analyzes the content of this page in the background, in order to read all relevant attributes of the offered product.If the product you’re shopping for is available more cheaply from another stores, a Notification appears. The best price will be shown directly in the Bkam Bar. Bkam will also help you when you are searching for a product, and search with you. The notification provides a convenient link straight to the relevant page on the competing website.


Bkam is available for Egypt and UAE.

Follow bkam.com on Twitter: https://twitter.com/BkamEgypt and 
Like bkam.com on Facebook: https://www.facebook.com/bkam.com                    

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

ชื่อ Bkam ? بكام - Your online shopping partner! Bkam ? بكام - Your online shopping partner!
ID jccedjlgpejonihonobakljablgoimio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bkam-%D8%A8%D9%83%D8%A7%D9%85-your-online-sho/jccedjlgpejonihonobakljablgoimio
คำอธิบาย Get best prices while browsing shopping sites
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 363
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2014-03-07
วันที่เผยแพร่ 2014-03-07
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://bkam.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Bkam ? \u0628\u0643\u0627\u0645 - Your online shopping partner!",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "Get best prices while browsing shopping sites",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/bkam.com\/",
    "version": "1.0.10",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Search Bkam? - \u0627\u0628\u062d\u062b \u0641\u064a \u0628\u0643\u0627\u0645\u061f"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ]
}