Anonymous Linkedin

View other people’s LinkedIn profiles anonymously

Anonymous Linkedinคืออะไร?

Anonymous Linkedin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mossaab และคุณลักษณะหลักของมันคือ "View other people’s LinkedIn profiles anonymously"

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

screenshot

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

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

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

                        You can now take a look at others’ linkedin profiles without them knowing it’s you !                    

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

ชื่อ Anonymous Linkedin Anonymous Linkedin
ID phfaaieiicbkpjjoeokhnegopbokcbdb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/anonymous-linkedin/phfaaieiicbkpjjoeokhnegopbokcbdb
คำอธิบาย View other people’s LinkedIn profiles anonymously
ขนาดไฟล์ 13 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-10-20
วันที่เผยแพร่ 2016-10-20
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mossaab
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anonymous Linkedin",
    "version": "0.1",
    "description": "View other people\u2019s LinkedIn profiles anonymously",
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        }
    }
}