LinkedIn Endorse Bot

Endorses your LinkedIn connections.

LinkedIn Endorse Botคืออะไร?

LinkedIn Endorse Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://iangeckeler.com และคุณลักษณะหลักของมันคือ "Endorses your LinkedIn connections."

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

screenshot
screenshot

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

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

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

                        Endorse every skill for each of your connections in a few seconds. 

Just navigate to their profile, click on the extension, and watch the LinkedIn magic begin.                    

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

ชื่อ LinkedIn Endorse Bot LinkedIn Endorse Bot
ID kfbebonbjagbpigjnecmibopcblpggji
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-endorse-bot/kfbebonbjagbpigjnecmibopcblpggji
คำอธิบาย Endorses your LinkedIn connections.
ขนาดไฟล์ 13.5 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-03-09
วันที่เผยแพร่ 2019-03-09
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://iangeckeler.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Endorse Bot",
    "version": "1.3",
    "description": "Endorses your LinkedIn connections.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/endorse128.png"
        }
    },
    "icons": {
        "128": "images\/endorse128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}