알바톡

알바천국과 알바몬에서 검색한 내용을 자동으로 정리해 카카오톡으로 내게 보내줍니다.

Wat is 알바톡?

알바톡 is een Chrome-extensie ontwikkeld door https://albatalk.github.io, en de belangrijkste functie is "알바천국과 알바몬에서 검색한 내용을 자동으로 정리해 카카오톡으로 내게 보내줍니다.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 알바톡

Download 알바톡-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        “어떻게 하면 여러 사이트의 알바 정보를 한 눈에 볼 수 있을까?”
알바톡은 좀 더 편리한 구직을 꾀하는 질문에서 시작했습니다.
알바몬, 알바천국에서 알바를 찾을 땐 알바톡을 이용해보세요!
해당 알바의 제목, 근무 시간, 급여 등의 정보를 카카오톡 “나에게 보내기”로 전송합니다.
알바톡으로 나만의 알바 정보 리스트를 만들어보세요!
알바톡과 함께하면 여러 사이트를 옮겨 다니는 번거로움이 사라집니다.                    

Basisinformatie over de Extensie

Naam 알바톡 알바톡
ID mfbbbkcmgjogfeoapgheljkhobflkmde
Officiële URL https://chromewebstore.google.com/detail/%EC%95%8C%EB%B0%94%ED%86%A1/mfbbbkcmgjogfeoapgheljkhobflkmde
Beschrijving 알바천국과 알바몬에서 검색한 내용을 자동으로 정리해 카카오톡으로 내게 보내줍니다.
Bestandsgrootte 107 KB
Aantal Installaties 100
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-01-28
Publicatiedatum 2019-01-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://albatalk.github.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc54c\ubc14\ud1a1",
    "version": "0.0.1",
    "description": "\uc54c\ubc14\ucc9c\uad6d\uacfc \uc54c\ubc14\ubaac\uc5d0\uc11c \uac80\uc0c9\ud55c \ub0b4\uc6a9\uc744 \uc790\ub3d9\uc73c\ub85c \uc815\ub9ac\ud574 \uce74\uce74\uc624\ud1a1\uc73c\ub85c \ub0b4\uac8c \ubcf4\ub0b4\uc90d\ub2c8\ub2e4.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alba.co.kr\/job\/Detail.asp?*",
                "http:\/\/*.alba.co.kr\/job\/Detail.asp?*"
            ],
            "js": [
                "albaparse.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.albamon.com\/recruit\/view\/gi?*",
                "https:\/\/*.albamon.com\/recruit\/view\/gi?*"
            ],
            "js": [
                "albamonparse.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}