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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ardary-sms.com และคุณลักษณะหลักของมันคือ "Send SMS to any phone number on a web page or web application !"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ardary - SMS from Everywhere

ดาวน์โหลดไฟล์ส่วนขยาย Ardary - SMS from Everywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}