Burner for Chrome

Burner for Chrome allows Burner customers to use their Burner number on the web.

Burner for Chromeคืออะไร?

Burner for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Burner และคุณลักษณะหลักของมันคือ "Burner for Chrome allows Burner customers to use their Burner number on the web."

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

screenshot
screenshot
screenshot

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

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

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

                        It’s a continuation of Burner’s promise to make privacy easy. With Burner for Chrome, you can choose to auto-fill your Burner number or your personal number by simply clicking on the Burner icon within the phone number field or right click to paste it.

The extension is only for those who have active Burner numbers purchased from Ad Hoc Labs, the maker of Burner. If you would like to use the extension, sign up for Burner at app.burnerapp.com/premium-3.                    

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

ชื่อ Burner for Chrome Burner for Chrome
ID gbnamdgigbgmjolileldheckdcbinbke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/burner-for-chrome/gbnamdgigbgmjolileldheckdcbinbke
คำอธิบาย Burner for Chrome allows Burner customers to use their Burner number on the web.
ขนาดไฟล์ 2.39 MB
จำนวนการติดตั้ง 628
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2019-09-12
วันที่เผยแพร่ 2019-09-11
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Burner
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.burnerapp.com/
URL หน้าช่วยเหลือ https://support.burnerapp.com/customer/en/portal/articles/2979333-burner-for-chrome
URL หน้านโยบายความเป็นส่วนตัว https://www.burnerapp.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Burner for Chrome",
    "version": "2.0.5",
    "description": "Burner for Chrome allows Burner customers to use their Burner number on the web.",
    "author": "Ad Hoc Labs",
    "browser_action": {
        "default_icon": "burner_logo.png",
        "default_title": "Burner for Chrome",
        "default_popup": ".\/index.html"
    },
    "background": {
        "scripts": [
            "async-tracking.js",
            "background-ga.js",
            "constants.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.slim.min.js",
                "constants.js",
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "burner-popup.html"
    ],
    "icons": {
        "16": "Burner-Logo-16.png",
        "32": "Burner-Logo-32.png",
        "48": "Burner-Logo-48.png",
        "128": "Burner-Logo-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.burnerapp.com\/*",
        "contextMenus",
        "activeTab",
        "background",
        "tabs",
        "clipboardRead"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            },
            "description": "Opens index.html"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com https:\/\/sentry.io 'sha256-S2sQkRPCMSDd3CSvzkbzBnLkiAChqAYzAQOdG0qQzR0=' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=' 'sha256-eQph3Q5sUt0Ew5g1vrDyjwudbY79jnY3jRMj0zUPEUU=' 'sha256-MN\/cEbX2Ph2w7oNNWRDeUwG7Xt8rxMaeQ+4hzdB6VzM=' 'sha256-xAMUtS1BMO3PxpLrJdxPOWH2Hw6J5kiUKEyFovXqF34='; object-src 'self'"
}