MakeDeal

Automates the routine work in the process of sending personalized messages via any messenger or text form.

Was ist MakeDeal?

MakeDeal ist eine Chrome-Erweiterung, die von FreySoft entwickelt wurde, und ihr Hauptmerkmal ist "Automates the routine work in the process of sending personalized messages via any messenger or text form.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

MakeDeal-Erweiterungs-CRX-Datei herunterladen

Laden Sie MakeDeal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        It is a totally new system that replaces current manual message typing for workers contacting people over the web. The system will help users speed up messaging process, manage templates, quickly find necessary personal info and share all the important info with their coworkers via projects.                    

Grundlegende Informationen zur Erweiterung

Name MakeDeal MakeDeal
ID dkidnpakjajkpdllkcnaniimpojnohmd
Offizielle URL https://chromewebstore.google.com/detail/makedeal/dkidnpakjajkpdllkcnaniimpojnohmd
Beschreibung Automates the routine work in the process of sending personalized messages via any messenger or text form.
Dateigröße 3.4 MB
Installationsanzahl 82
Aktuelle Version 1.0.1
Letztes Update 2024-02-28
Veröffentlichungsdatum 2022-11-03
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler FreySoft
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.makedeal.io/
URL der Datenschutzrichtlinien-Seite https://www.makedeal.io/privacy-policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MakeDeal",
    "description": "Automates the routine work in the process of sending personalized messages via any messenger or text form.",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "activeTab",
        "identity",
        "webRequest",
        "scripting",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-off-16.png",
            "32": "icon-off-32.png",
            "48": "icon-off-48.png",
            "128": "icon-off-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.makedeal.io\/*"
            ],
            "js": [
                "admin-panel.js"
            ]
        },
        {
            "matches": [
                "https:\/\/api.makedeal.io\/g-auth\/*",
                "https:\/\/auth.makedeal.io\/*"
            ],
            "js": [
                "empty.js"
            ]
        },
        {
            "matches": [
                "https:\/\/api.makedeal.io\/g-auth*",
                "https:\/\/api.makedeal.io\/microsoft-auth*"
            ],
            "js": [
                "auth-code.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/djinni.co\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/docs.google.com\/spreadsheets\/*",
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/presentation\/*",
                "http:\/\/localhost:3000\/*",
                "https:\/\/app.makedeal.io\/*",
                "https:\/\/develop-app.makedeal.io\/*",
                "https:\/\/app.slack.com\/*",
                "https:\/\/web.telegram.org\/*",
                "https:\/\/webz.telegram.org\/*",
                "https:\/\/webk.telegram.org\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "app.js",
                "global.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js",
                "configured.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "app.js",
                "linkedin.js"
            ],
            "css": [
                "mark.css"
            ]
        },
        {
            "matches": [
                "https:\/\/djinni.co\/*"
            ],
            "js": [
                "app.js",
                "djinni.js"
            ],
            "css": [
                "mark.css"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "js": [
                "app.js",
                "gmail.js"
            ],
            "css": [
                "mark.css"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:4000\/*"
            ],
            "js": [
                "app.js",
                "playground.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.slack.com\/*"
            ],
            "js": [
                "app.js",
                "slack.js"
            ]
        },
        {
            "matches": [
                "https:\/\/web.telegram.org\/*",
                "https:\/\/webz.telegram.org\/*",
                "https:\/\/webk.telegram.org\/*"
            ],
            "js": [
                "app.js",
                "telegram.js"
            ]
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "app.js",
                "whatsapp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "app.js",
                "upwork.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.ttf",
                "*.woff2",
                "*.html",
                "*.svg",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}