inTrello

Organize all your candidates from LinkedIn in Trello boards

inTrelloคืออะไร?

inTrello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wow-apps.pro และคุณลักษณะหลักของมันคือ "Organize all your candidates from LinkedIn in Trello boards"

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

screenshot

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

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

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

                        Organize all your candidates from LinkedIn in Trello boards                    

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

ชื่อ inTrello inTrello
ID pmljndefiidnkbdpipbcoiiakcpbjjdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/intrello/pmljndefiidnkbdpipbcoiiakcpbjjdn
คำอธิบาย Organize all your candidates from LinkedIn in Trello boards
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 1.6.1
อัปเดตครั้งล่าสุด 2019-03-28
วันที่เผยแพร่ 2019-03-28
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://wow-apps.pro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wow-apps.github.io/intrello/
URL หน้าช่วยเหลือ https://github.com/wow-apps/intrello/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/wow-apps/intrello/blob/master/LICENSE
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.6.1",
    "description": "__MSG_extDesctiption__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/trello.com\/add-card?*"
    ],
    "background": {
        "scripts": [
            "js\/eventListener.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "lib\/trelloClient.js",
                "js\/cookieManager.js",
                "js\/inTrello.js"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/add-card?*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "js\/trelloAddCardStyle.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "img\/icon_48.png"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "32": "img\/icon_32.png",
        "38": "img\/icon_38.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    }
}