Push Security

Keep your users secure.

Push Securityคืออะไร?

Push Security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pushsecurity.com และคุณลักษณะหลักของมันคือ "Keep your users secure."

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

screenshot
screenshot
screenshot

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

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

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

                        Push helps employees work securely. This extension spots things that could put you or the company at risk and guides you to improve your security.

It will help you:
- Select strong passwords for your work apps
- Identify apps where you are sharing passwords
- Turn multi-factor authentication on for your work apps

This extension will never:
- Track your browsing activity
- Report any data for personal email addresses 
- Send any personal details or passwords

Important! This extension does not work standalone. You must have clicked the enrollment link sent to you by your company administrator from pushsecurity.com                    

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

ชื่อ Push Security Push Security
ID dljjddkmmcminffjbcmeccgfbjlhmhlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/push-security/dljjddkmmcminffjbcmeccgfbjlhmhlm
คำอธิบาย Keep your users secure.
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 39,765
เวอร์ชันปัจจุบัน 1.53.23
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2022-01-26
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://pushsecurity.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pushsecurity.com
URL หน้าช่วยเหลือ https://pushsecurity.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://pushsecurity.com/legal/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Push Security",
    "version": "1.53.23",
    "description": "Keep your users secure.",
    "action": {
        "default_icon": {
            "16": "assets\/push16.png",
            "24": "assets\/push24.png",
            "32": "assets\/push32.png"
        },
        "default_popup": "dist\/popup\/index.html"
    },
    "background": {
        "service_worker": "dist\/background\/main.js"
    },
    "icons": {
        "16": "assets\/push16.png",
        "48": "assets\/push48.png",
        "128": "assets\/push128.png"
    },
    "permissions": [
        "alarms",
        "identity",
        "identity.email",
        "scripting",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/127.0.0.1\/*",
                "*:\/\/0.0.0.0\/*"
            ],
            "js": [
                "dist\/contentScripts\/global\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/assets\/fonts\/*",
                "dist\/contentScripts\/**.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.adobe.com\/*",
            "https:\/\/airtable.com\/*",
            "https:\/\/app.asana.com\/0\/*",
            "https:\/\/*.bamboohr.com\/*",
            "https:\/\/www.canva.com\/*",
            "https:\/\/app.cronofy.com\/*",
            "https:\/\/hub.docker.com\/*",
            "https:\/\/www.dropbox.com\/*",
            "https:\/\/*.app.gong.io\/*",
            "https:\/\/mail.google.com\/*",
            "https:\/\/ogs.google.com\/*",
            "https:\/\/hootsuite.com\/dashboard\/*",
            "https:\/\/www.figma.com\/files\/*",
            "https:\/\/www.figma.com\/file\/*",
            "https:\/\/*.kudoboard.com\/*",
            "https:\/\/lastpass.com\/*",
            "https:\/\/*.admin.mailchimp.com\/*",
            "https:\/\/login.microsoftonline.com\/*",
            "https:\/\/lucid.app\/*",
            "https:\/\/webshell.suite.office.com\/iframe\/*",
            "https:\/\/outlook.office.com\/*",
            "https:\/\/chat.openai.com\/*",
            "https:\/\/app.pandadoc.com\/*",
            "https:\/\/web.postman.co\/*",
            "https:\/\/*.productboard.com\/*",
            "https:\/\/app.productplan.com\/*",
            "https:\/\/*.retool.com\/*",
            "https:\/\/*.slack.com\/*",
            "https:\/\/*.smartsheet.com\/*",
            "https:\/\/*.smartsheet.eu\/*",
            "https:\/\/login.teamviewer.com\/*",
            "https:\/\/app.todoist.com\/app\/*",
            "https:\/\/twitter.com\/*",
            "https:\/\/*.zendesk.com\/*",
            "https:\/\/*.zoom.us\/*",
            "https:\/\/console.runzero.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "storage": {
        "managed_schema": "policy.json"
    }
}