Plater

Find the best prices, deals and discounts for restaurant delivery with Plater 🤑😊

Platerคืออะไร?

Plater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plater.com และคุณลักษณะหลักของมันคือ "Find the best prices, deals and discounts for restaurant delivery with Plater 🤑😊"

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

screenshot
screenshot

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

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

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

                        Did you know your restaurant delivery could be 30% cheaper on other delivery services? Plater's browser plugin automatically finds you the best price so you never overpay again. 🥳 🎈 🎉                    

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

ชื่อ Plater Plater
ID ecphpjapjjglejfnnhkfggmbcfhbkmle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plater/ecphpjapjjglejfnnhkfggmbcfhbkmle
คำอธิบาย Find the best prices, deals and discounts for restaurant delivery with Plater 🤑😊
ขนาดไฟล์ 6.67 MB
จำนวนการติดตั้ง 300
เวอร์ชันปัจจุบัน 0.1.16
อัปเดตครั้งล่าสุด 2022-10-05
วันที่เผยแพร่ 2020-07-01
คะแนน 5.00/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://plater.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://plater.com
URL หน้าช่วยเหลือ https://plater.com
URL หน้านโยบายความเป็นส่วนตัว https://plater.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "plater",
    "name": "Plater",
    "description": "Find the best prices, deals and discounts for restaurant delivery with Plater \ud83e\udd11\ud83d\ude0a",
    "manifest_version": 2,
    "version": "0.1.16",
    "background": {
        "scripts": [
            "static\/js\/background-0.1.16.js"
        ]
    },
    "icons": {
        "16": "\/assets\/PlaterIcon16x16.png",
        "32": "\/assets\/PlaterIcon32x32.png",
        "48": "\/assets\/PlaterIcon48x48.png",
        "128": "\/assets\/PlaterIcon128x128.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/PlaterIcon.png",
        "default_popup": "popup.html",
        "default_title": "Plater"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.plater.com\/*",
            "https:\/\/*.pl8r.com\/*",
            "https:\/\/pl8r.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "\/static\/js\/pulse-0.1.16.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-inline' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' 'sha256-X2G1JblSmZTvC2i\/Msyfl+CYtXUjLS62bgCd7I5U7t0=' https:\/\/*.segment.com https:\/\/*.amplitude.com https:\/\/*.optimizely.com https:\/\/*.intercom.com https:\/\/apis.google.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/*.plater.com https:\/\/plater.com; object-src 'self'",
    "web_accessible_resources": [
        "\/static\/css\/styles.css",
        "\/static\/css\/content.css",
        "\/static\/media\/checkout_surfer.gif",
        "\/static\/js\/login-0.1.16.js",
        "\/login.html",
        "\/api\/*"
    ],
    "permissions": [
        "",
        "activeTab",
        "cookies",
        "geolocation",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ]
}