WA Bulk Sender
chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…
Vad är WA Bulk Sender?
WA Bulk Sender är en Chrome-tillägg utvecklad av Itize, och dess huvudfunktion är "chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to…".
Tilläggsskärmbilder
Ladda ner WA Bulk Sender-förlängningens CRX-fil
Ladda ner WA Bulk Sender-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to interact with digital devices as if they were communicating with a real person.                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | ahageimhbdmjebepjhknaneajbpmflfm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/wa-bulk-sender/ahageimhbdmjebepjhknaneajbpmflfm | 
| Beskrivning | chatbot is a computer program that simulates and processes human conversation (either written or spoken), allowing humans to… | 
| Filstorlek | 4.6 MB | 
| Antal Installationer | 126 | 
| Aktuell Version | 4.3.3 | 
| Senast Uppdaterad | 2024-01-08 | 
| Publiceringsdatum | 2022-05-10 | 
| Betyg | 1.00/5 Totalt 1 Betyg | 
| Utvecklare | Itize | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing | 
| Stödda Språk | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html",
        "default_title": "WA Bulk Sender"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 3,
    "name": "WA Bulk Sender",
    "permissions": [
        "storage",
        "https:\/\/hsdigitalsolution.in\/extractor\/api\/waa_api.php"
    ],
    "version": "4.3.3",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "thx.html",
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ]
        }
    ]
} | |