inTrello

Organize all your candidates from LinkedIn in Trello boards

Qu'est-ce que inTrello ?

inTrello est une extension Chrome développée par https://wow-apps.pro, et sa fonction principale est "Organize all your candidates from LinkedIn in Trello boards".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension inTrello

Téléchargez les fichiers d'extension inTrello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Organize all your candidates from LinkedIn in Trello boards                    

Informations de Base sur l'Extension

Nom inTrello inTrello
ID pmljndefiidnkbdpipbcoiiakcpbjjdn
URL Officiel https://chromewebstore.google.com/detail/intrello/pmljndefiidnkbdpipbcoiiakcpbjjdn
Description Organize all your candidates from LinkedIn in Trello boards
Taille du Fichier 130 KB
Nombre d'Installations 130
Version Actuelle 1.6.1
Dernière Mise à Jour 2019-03-28
Date de Publication 2019-03-28
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://wow-apps.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wow-apps.github.io/intrello/
URL de la Page d'Aide https://github.com/wow-apps/intrello/issues
URL de la Page de Politique de Confidentialité https://github.com/wow-apps/intrello/blob/master/LICENSE
Langues Prises en Charge 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"
    }
}