알린다 - 전화걸기 및 문자보내기

알린다 서비스

What is 알린다 - 전화걸기 및 문자보내기?

알린다 - 전화걸기 및 문자보내기 is a Chrome extension developed by textoryteam, and its main feature is "알린다 서비스".

Extension Screenshots

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

                        PC에서 인터넷 화면에서 바로 전화나 문자
내 폰으로 전화번호 다시 입력할 필요없어요. 

컴퓨터에서 바로 전화걸기!
PC에서 키보드로 내폰을 통해 즉시 문자전송!

맛집을 찾아서 예약할때도
바로 PC에서 전화걸고

중고나라에서 문자로 문의할때도
바로 PC에서 문자발송

내 스마트폰을 통한 편리한 문자, 전화 

알린다 크롬익스텐션 설치하시고 알린다앱과 알린다웹도 같이 사용해보세요 

[알린다 Web]
www.allinda.co.kr
 

[알린다 안드로이드 App 설치]
http://goo.gl/6iJDYK

[알린다 고객센터]
1688-0614                    

Extension Basic Information

Name 알린다 - 전화걸기 및 문자보내기 알린다 - 전화걸기 및 문자보내기
ID geplelhfihcihjciebhmofklinkjoamo
Official URL https://chrome.google.com/webstore/detail/%EC%95%8C%EB%A6%B0%EB%8B%A4-%EC%A0%84%ED%99%94%EA%B1%B8%EA%B8%B0-%EB%B0%8F-%EB%AC%B8%EC%9E%90%EB%B3%B4%EB%82%B4%EA%B8%B0/geplelhfihcihjciebhmofklinkjoamo
Description 알린다 서비스
File Size 63.12 KB
Installation Count 424
Current Version 2.2
Last Updated 2020-02-20
Publish Date 2020-02-20
Rating 4.75/5 Total 4 Ratings
Developer textoryteam
Payment Type free
Supported Languages en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_menu_title__",
    "version": "2.2",
    "default_locale": "ko",
    "description": "__MSG_description__",
    "permissions": [
        "contextMenus",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "getNumber.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "_locales\/*",
        "icon1.png",
        "icon2.png"
    ]
}