inTrello
Organize all your candidates from LinkedIn in Trello boards
什麼是inTrello?
inTrello是由https://wow-apps.pro開發的Chrome擴展程式,該擴展的主要功能是“Organize all your candidates from LinkedIn in Trello boards”。
擴展截圖
下載inTrello擴展crx文件
下載inTrello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Organize all your candidates from LinkedIn in Trello boards 擴展基本資訊
| 名稱 | |
| ID | pmljndefiidnkbdpipbcoiiakcpbjjdn |
| 官方網址 | 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"
}
} | |