Ardary - SMS from Everywhere

Send SMS to any phone number on a web page or web application !

Ardary - SMS from Everywhere란 무엇입니까?

Ardary - SMS from Everywhere은(는) https://www.ardary-sms.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send SMS to any phone number on a web page or web application !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ardary - SMS from Everywhere 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Your CRM connected to your cell phone !

Send SMS to any phone number on a web page or web application for free with Ardary Solo App or with Ardary Pro, and manage SMS answers from Ardary SMS Box.

https://www.ardary-sms.com

Ardary Solo App :
https://play.google.com/store/apps/details?id=com.wstechnologies.ardarysolo

# Ardary SMS is a unique SMS system that allows you to :

- Send & Receive SMS Text Messages on computer
- Make the most of powerful SMSing tools*
- Save time
- Start immediately

# 2 solutions to transport SMS :

- 100% FREE - Ardary SOLO :
Uses your CURRENT Android Phone Number & your own mobile subscription.
Install Ardary SOLO App on your Android mobile, and your mobile is synchronized with all your devices & Ardary Extension.

  or 

- FREE TRY - Ardary PRO :
We provide you SMS and virtual mobile numbers.


# Visit Ardary website :
https://www.ardary-sms.com


# BOOST YOUR COMMUNICATIONS

Professionnal SMS tools :

- marketing tools : lists, campaigns, detailed stats, ...
- booster tools : SMS templates, scheduled messages, PDF send, ...
- electronic signature full SMS
- remote credit card payment
- remote visio-support                    

확장 프로그램 기본 정보

이름 Ardary - SMS from Everywhere Ardary - SMS from Everywhere
ID pafffeemkcbkpffjenpdgfchnpokkdka
공식 URL https://chrome.google.com/webstore/detail/ardary-sms-from-everywher/pafffeemkcbkpffjenpdgfchnpokkdka
설명 Send SMS to any phone number on a web page or web application !
파일 크기 1.32 MB
설치 횟수 54
현재 버전 1.1
최근 업데이트 2020-12-13
출시 날짜 2020-06-20
개발자 https://www.ardary-sms.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ardary-sms.com
개인정보 보호 정책 페이지 URL https://www.ardary-sms.com/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ardary - SMS from Everywhere",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Send SMS to any phone number on a web page or web application !",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.ardary-sms.com\/*"
            ],
            "js": [
                "libphonenumber-js.min.js",
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end",
            "page": [
                "content.html"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ARDARY",
        "popup": "popup.html",
        "default_icon": {
            "16": "LOGO.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "cookies",
        "webNavigation",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "",
        "*:\/\/*.google.com"
    ],
    "icons": {
        "16": "LOGO.png",
        "48": "LOGO.png",
        "128": "LOGO.png"
    },
    "web_accessible_resources": [
        "favicon.png",
        "sendSMS.png",
        "sendSMS1.png",
        "tn.png"
    ]
}