PhishCloud

Verify Links all over the internet and check their safety against the largest PhishCloud Database in the World.

PhishCloudคืออะไร?

PhishCloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PhishCloud, Inc และคุณลักษณะหลักของมันคือ "Verify Links all over the internet and check their safety against the largest PhishCloud Database in the World."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PhishCloud is a phishing detection and protection company built to empower people and fortify IT!  The internet is a place that makes it easy for criminals to hide - PhishCloud is your personal security analyst letting you know when things on the internet don't look right and gives you warnings when you should look a little more closely before clicking on a link.

Create an account with PhishCloud, add the extension and start seeing where criminals are hiding and trying to trick you!  If you want to see more details or add friends, go to https://portal.phishcloud.io/ to access your account.                    

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

ชื่อ PhishCloud PhishCloud
ID kiiikjhlelilgeljcacimkoaccpljjac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/phishcloud/kiiikjhlelilgeljcacimkoaccpljjac
คำอธิบาย Verify Links all over the internet and check their safety against the largest PhishCloud Database in the World.
ขนาดไฟล์ 466 KB
จำนวนการติดตั้ง 698
เวอร์ชันปัจจุบัน 4.1.05
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2021-04-13
ผู้พัฒนา PhishCloud, Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.phishcloud.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.phishcloud.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PhishCloud",
    "action": {
        "default_popup": "popup.html",
        "default_title": "PhishCloud"
    },
    "manifest_version": 3,
    "version": "4.1.05",
    "description": "Verify Links all over the internet and check their safety against the largest PhishCloud Database in the World.",
    "icons": {
        "16": "img\/icon16New2.png",
        "32": "img\/Icon32New2.png",
        "48": "img\/icon48New2.png",
        "128": "img\/icon64New2.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation",
        "contextMenus",
        "background"
    ],
    "host_permissions": [
        "https:\/\/portal.phishcloud.io\/DesktopSignIn",
        "https:\/\/portal.phishcloud.io\/PortalSignIn",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.html",
                "*.css",
                "public\/img\/Logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/accessTokenCheck.js"
            ],
            "matches": [
                "https:\/\/portal.phishcloud.io\/*",
                "https:\/\/testportal.phishcloud.io\/*"
            ]
        },
        {
            "js": [
                "scripts\/jquery-3.6.3.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "allFrames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "scripts\/getLinksOnPage.js",
                "scripts\/apiCalls.js",
                "scripts\/urlParser.js",
                "scripts\/linkRetrievingFunctions.js",
                "scripts\/linkBorderFormatting.js",
                "scripts\/linkClick.js"
            ],
            "allFrames": true,
            "css": [
                "css\/linkBorderStyling.css",
                "css\/loadingSpinner.css",
                "scripts\/Modals\/linkSafetyCheckModal.css",
                "scripts\/Modals\/loginReminderModal.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "scripts\/linkBorderFormatting.js",
                "scripts\/addLinkSafetyLogic.js"
            ],
            "css": [
                "css\/linkBorderStyling.css",
                "css\/loadingSpinner.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}