FUNNER

Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page

Wat is FUNNER?

FUNNER is een Chrome-extensie ontwikkeld door https://funner.co.il, en de belangrijkste functie is "Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FUNNER

Download FUNNER-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fireberry by PowerLink CRM Official WhatsApp Extention.
Send & Recieve whatsapp messages directly from Fireberry interface. 
Send template messages, assign contacts, browe contacts by statuse and many more.                    

Basisinformatie over de Extensie

Naam FUNNER FUNNER
ID jkhecbecigibhenciiplohmdnkclhpfk
Officiële URL https://chromewebstore.google.com/detail/funner/jkhecbecigibhenciiplohmdnkclhpfk
Beschrijving Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page
Bestandsgrootte 2.46 MB
Aantal Installaties 396
Huidige Versie 1.0.0.75
Laatst Bijgewerkt 2024-03-06
Publicatiedatum 2023-02-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://funner.co.il
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://funner.co.il/
Help Pagina-URL https://funner.co.il/contactus/
URL van de Privacybeleid Pagina https://funner.co.il/privacy
Ondersteunde Talen iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page",
    "version": "1.0.0.75",
    "manifest_version": 3,
    "name": "FUNNER",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.powerlink.co.il\/*",
                "https:\/\/app.fireberry.com\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "toolbar.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "assets\/img\/*",
                "assets\/fonts\/*",
                "contentScript.bundle.js",
                "toolbar.bundle.js",
                "",
                "assets\/message_sound_new.mp3"
            ],
            "matches": [
                "https:\/\/app.powerlink.co.il\/*",
                "https:\/\/app.fireberry.com\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.powerlink.co.il\/*",
        "https:\/\/app.funner.co.il\/*",
        "https:\/\/app.fireberry.com\/*",
        "*:\/\/*\/*"
    ]
}