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

알린다 서비스

Qu'est-ce que 알린다 - 전화걸기 및 문자보내기 ?

알린다 - 전화걸기 및 문자보내기 est une extension Chrome développée par textoryteam, et sa fonction principale est "알린다 서비스".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 알린다 - 전화걸기 및 문자보내기

Téléchargez les fichiers d'extension 알린다 - 전화걸기 및 문자보내기 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

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

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

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

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

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

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

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

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

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

Informations de Base sur l'Extension

Nom 알린다 - 전화걸기 및 문자보내기 알린다 - 전화걸기 및 문자보내기
ID geplelhfihcihjciebhmofklinkjoamo
URL Officiel 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 알린다 서비스
Taille du Fichier 63.12 KB
Nombre d'Installations 424
Version Actuelle 2.2
Dernière Mise à Jour 2020-02-20
Date de Publication 2020-02-20
Évaluation 4.75/5 Total 4 Évaluations
Développeur textoryteam
Type de Paiement free
Langues Prises en Charge 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"
    ]
}