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

알린다 서비스

¿Qué es 알린다 - 전화걸기 및 문자보내기?

알린다 - 전화걸기 및 문자보내기 es una extensión de Chrome desarrollada por textoryteam, y su función principal es "알린다 서비스".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 알린다 - 전화걸기 및 문자보내기

Descarga archivos de extensión 알린다 - 전화걸기 및 문자보내기 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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

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

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

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

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

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

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

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

Información Básica de la Extensión

Nombre 알린다 - 전화걸기 및 문자보내기 알린다 - 전화걸기 및 문자보내기
ID geplelhfihcihjciebhmofklinkjoamo
URL Oficial 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
Descripción 알린다 서비스
Tamaño del Archivo 63.12 KB
Cantidad de Instalaciones 424
Versión Actual 2.2
Última Actualización 2020-02-20
Fecha de Publicación 2020-02-20
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador textoryteam
Tipo de Pago free
Idiomas Soportados 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"
    ]
}