FUNNER

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

FUNNERとは何ですか?

FUNNERはhttps://funner.co.ilによって開発されたChromeの拡張機能で、その主な機能は「Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page」です。

拡張機能のスクリーンショット

screenshot

FUNNER拡張機能のCRXファイルをダウンロード

FUNNER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 FUNNER FUNNER
ID jkhecbecigibhenciiplohmdnkclhpfk
公式URL https://chromewebstore.google.com/detail/funner/jkhecbecigibhenciiplohmdnkclhpfk
説明 Whatsapp Chat Extension for Powerlink.co.il, adds functionality of whatsapp messenger to contact page
ファイルサイズ 2.46 MB
インストール数 396
現在のバージョン 1.0.0.75
最終更新日 2024-03-06
公開日 2023-02-01
評価 5.00/5 合計 1 レビュー
開発者 https://funner.co.il
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://funner.co.il/
ヘルプページのURL https://funner.co.il/contactus/
プライバシーポリシーページのURL https://funner.co.il/privacy
対応言語 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\/*",
        "*:\/\/*\/*"
    ]
}