Sms77.io

Extension for sending SMS & making Text-To-Speech calls via Sms77.io

What is Sms77.io?

Sms77.io is a Chrome extension developed by seven, and its main feature is "Extension for sending SMS & making Text-To-Speech calls via Sms77.io".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sms77.io Extension CRX File

Download Sms77.io 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

                        Send SMS and issue text-to-speech calls via the seven.io SMS gateway.

Parse all phone numbers from a website and for mass messaging and calling.

You need an seven.io API key for messaging and calling.                    

Extension Basic Information

Name Sms77.io Sms77.io
ID cljclabcjnjklhogdanmfmdmpebmcbjo
Official URL https://chromewebstore.google.com/detail/sms77io/cljclabcjnjklhogdanmfmdmpebmcbjo
Description Extension for sending SMS & making Text-To-Speech calls via Sms77.io
File Size 403 KB
Installation Count 36
Current Version 3.0.1
Last Updated 2023-11-16
Publish Date 2020-07-01
Developer seven
Email [email protected]
Payment Type free
Extension Website https://github.com/seven-io/browser
Help Page URL https://www.seven.io/en/company/contact
Privacy Policy Page URL https://www.seven.io/en/company/privacy
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "seven communications GmbH & Co. KG",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.bundle.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Extension for sending SMS & making Text-To-Speech calls via Sms77.io",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_sms77browser__",
    "options_ui": {
        "browser_style": true,
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "storage",
        "*:\/\/gateway.sms77.io\/*"
    ],
    "version": "3.0.1",
    "web_accessible_resources": [
        "icon16.png",
        "icon19.png",
        "icon32.png",
        "icon48.png",
        "icon128.png",
        "logo.svg",
        "phoneCollector.html"
    ]
}