Price Match and MORE Program

Price Match and MORE Program

Price Match and MORE Programคืออะไร?

Price Match and MORE Program เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bulldog Office Products และคุณลักษณะหลักของมันคือ "Price Match and MORE Program"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Match and MORE Program

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

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

                        We made it easy for you to ask us if we can match a price or sell what you have found online.  We’ve developed a tool called a bookmarklet that you can install on your web browser bookmark bar and it doesn’t require any software to download.   After you paste it, you simply click it when you want to send us the page that shows the item or price that you want us to match.  We’ll respond right away.  It’s that easy!

After we agree on the price, your order will be placed and delivered by one of our friendly, fully vetted and trusted Bulldog company drivers.  The item will be subject to the same return process where we come and pick it up for free if you don’t want it.  Even better, when your company has open terms with Bulldog,  your item will be invoiced on our detailed Bulldog invoice so that your accounting team will be able to easily reconcile the purchase without having to logon to the online supplier to reconcile a credit card payment.                    

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

ชื่อ Price Match and MORE Program Price Match and MORE Program
ID ijebfjnhdbgfildcjiejdhbgnhdgcahi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ijebfjnhdbgfildcjiejdhbgnhdgcahi
คำอธิบาย Price Match and MORE Program
ขนาดไฟล์ 465 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2017-09-15
วันที่เผยแพร่ 2017-09-15
ผู้พัฒนา Bulldog Office Products
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://emailthis.bulldogop.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/vendor\/jquery.js",
            "scripts\/utils\/polyfill.js",
            "scripts\/utils\/actions.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "bookmarks",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/vendor\/jquery.js",
                "scripts\/vendor\/rangy-core.js",
                "scripts\/vendor\/Readability.js",
                "scripts\/utils\/polyfill.js",
                "scripts\/utils\/content.js",
                "scripts\/utils\/actions.js",
                "scripts\/utils\/dom.js",
                "scripts\/utils\/urlcleaner.js",
                "scripts\/utils\/wrapper.js",
                "scripts\/utils\/absolute.js",
                "scripts\/utils\/metadata.js",
                "scripts\/utils\/parser.js",
                "scripts\/utils\/popup.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/popup.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "__MSG_btnTooltip__"
    },
    "web_accessible_resources": [
        "images\/save.png",
        "images\/save-success.png",
        "images\/save-failure.png",
        "images\/extract.png",
        "confirm.html"
    ],
    "commands": {
        "save-page-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "windows": "Ctrl+Shift+U",
                "mac": "Command+Shift+U",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+U"
            },
            "description": "Bulldog Office Products"
        }
    },
    "options_page": "options.html"
}