FUNNER

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

What is FUNNER?

FUNNER is a Chrome extension developed by https://funner.co.il, and its main feature is "Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page".

Extension Screenshots

screenshot

Download FUNNER Extension CRX File

Download FUNNER 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

                        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.                    

Extension Basic Information

Name FUNNER FUNNER
ID jkhecbecigibhenciiplohmdnkclhpfk
Official URL https://chromewebstore.google.com/detail/funner/jkhecbecigibhenciiplohmdnkclhpfk
Description Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page
File Size 2.46 MB
Installation Count 396
Current Version 1.0.0.75
Last Updated 2024-03-06
Publish Date 2023-02-01
Rating 5.00/5 Total 1 Ratings
Developer https://funner.co.il
Email [email protected]
Payment Type free
Extension Website https://funner.co.il/
Help Page URL https://funner.co.il/contactus/
Privacy Policy Page URL https://funner.co.il/privacy
Supported Languages 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\/*",
        "*:\/\/*\/*"
    ]
}