알바톡

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

What is 알바톡?

알바톡 is a Chrome extension developed by https://albatalk.github.io, and its main feature is "알바천국과 알바몬에서 검색한 내용을 자동으로 정리해 카카오톡으로 내게 보내줍니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 알바톡 Extension CRX File

Download 알바톡 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 알바톡 알바톡
ID mfbbbkcmgjogfeoapgheljkhobflkmde
Official URL https://chromewebstore.google.com/detail/%EC%95%8C%EB%B0%94%ED%86%A1/mfbbbkcmgjogfeoapgheljkhobflkmde
Description 알바천국과 알바몬에서 검색한 내용을 자동으로 정리해 카카오톡으로 내게 보내줍니다.
File Size 107 KB
Installation Count 100
Current Version 0.0.1
Last Updated 2019-01-28
Publish Date 2019-01-27
Rating 5.00/5 Total 1 Ratings
Developer https://albatalk.github.io
Email [email protected]
Payment Type free
Supported Languages 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
    }
}