QSB - Quick Simple Bot

Automatic send messages on Svadba.com

Qu'est-ce que QSB - Quick Simple Bot ?

QSB - Quick Simple Bot est une extension Chrome développée par https://qsb.com.ua, et sa fonction principale est "Automatic send messages on Svadba.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QSB - Quick Simple Bot

Téléchargez les fichiers d'extension QSB - Quick Simple Bot 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

                        Данный бот облегчает отправку приглашений в чате на svadba.com

Основные возможности:
- отправка приглашений в чат сразу с нескольких анкет
- выбор звука оповещения для каждой анкеты
- всплывающее окно при появлении чата
- вывод времени активного чата для каждого мужчины
- черные/белые списки как для анкеты, так и для всего агентства
- мы видим, когда к нам проявляет интерес новый поклонник
- для любого мужчины можно написать примечание
- шаблоны для первого сообщения, сообщения при просмотре профиля и для Soulmate


Подробности на сайте https://qsb.com.ua/                    

Informations de Base sur l'Extension

Nom QSB - Quick Simple Bot QSB - Quick Simple Bot
ID ldaiicpiaelfkcmflimecpfjlejgnfoo
URL Officiel https://chromewebstore.google.com/detail/qsb-quick-simple-bot/ldaiicpiaelfkcmflimecpfjlejgnfoo
Description Automatic send messages on Svadba.com
Taille du Fichier 42.69 KB
Nombre d'Installations 817
Version Actuelle 2.15
Dernière Mise à Jour 2022-08-26
Date de Publication 2018-10-26
Développeur https://qsb.com.ua
Email [email protected]
Type de Paiement free
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "QSB - Quick Simple Bot",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/jquery-2.1.3.min.js",
                "\/js\/include.js"
            ],
            "matches": [
                "http:\/\/*.svadba.com\/Login\/MailSystem\/*",
                "http:\/\/*.svadba.com\/chat\/*",
                "http:\/\/*.svadba.com\/Login\/Home.aspx",
                "https:\/\/*.svadba.com\/chat\/*",
                "https:\/\/*.svadba.com\/Login\/MailSystem\/*",
                "https:\/\/*.svadba.com\/Login\/Home.aspx",
                "http:\/\/*.affiliact.com\/Login\/MailSystem\/*",
                "http:\/\/*.affiliact.com\/chat\/*",
                "http:\/\/*.affiliact.com\/Login\/Home.aspx",
                "https:\/\/*.affiliact.com\/chat\/*",
                "https:\/\/*.affiliact.com\/Login\/MailSystem\/*",
                "https:\/\/*.affiliact.com\/Login\/Home.aspx"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Automatic send messages on Svadba.com",
    "short_name": "QSB",
    "icons": {
        "128": "img\/logo_128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*.qsb.com.ua\/*",
        "https:\/\/*.qsb.com.ua\/*",
        "http:\/\/*.svadba.com\/*",
        "https:\/\/*.svadba.com\/*",
        "http:\/\/*.affiliact.com\/*",
        "https:\/\/*.affiliact.com\/*",
        "https:\/\/api.anastasiadate.com\/*",
        "windows",
        "notifications"
    ],
    "manifest_version": 2,
    "name": "QSB - Quick Simple Bot",
    "version": "2.15"
}