Nobi Pro

Nobi Pro - Expand the ability to connect and interact with fb fanpage

Was ist Nobi Pro?

Nobi Pro ist eine Chrome-Erweiterung, die von https://nobita.pro entwickelt wurde, und ihr Hauptmerkmal ist "Nobi Pro - Expand the ability to connect and interact with fb fanpage".

Erweiterungsscreenshots

screenshot

Nobi Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nobi Pro-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

                        This extension feature allows users to manage their Facebook page directly on our Nobita application.
Users don't need to access their Facebook page to take actions that consume a lot of time, our application gives them the ability to manage their customer's profiles, conversations, and other features in our system.
Our app supports users to:
+ Receive incoming messages from Facebook page on time and in real-time
+ Send a message with images, stickers directly
+ Send messages to customers with long and unduplicated content
+ Access customer's Facebook personal page link via message                    

Grundlegende Informationen zur Erweiterung

Name Nobi Pro Nobi Pro
ID hopgpglmfiggpmklcakbdjfimfbfchck
Offizielle URL https://chromewebstore.google.com/detail/nobi-pro/hopgpglmfiggpmklcakbdjfimfbfchck
Beschreibung Nobi Pro - Expand the ability to connect and interact with fb fanpage
Dateigröße 121 KB
Installationsanzahl 4,000
Aktuelle Version 2.4.25
Letztes Update 2024-01-31
Veröffentlichungsdatum 2021-08-26
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://nobita.pro
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nobita.pro
Hilfeseite URL https://nobita.pro
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Nobi Pro - Expand the ability to connect and interact with fb fanpage",
    "version": "2.4.25",
    "name": "Nobi Pro",
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vtp.bundle.js"
            ],
            "matches": [
                "https:\/\/viettelpost.vn\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "contentscript.bundle.js"
            ],
            "matches": [
                "https:\/\/localhost:5506\/*",
                "https:\/\/localhost:5001\/*",
                "https:\/\/localhost:5002\/*",
                "https:\/\/*.ecrm.vn\/*",
                "https:\/\/*.nobi.pro\/*",
                "https:\/\/*.nobi.ph\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:5506\/*",
            "https:\/\/localhost:5001\/*",
            "https:\/\/localhost:5002\/*",
            "https:\/\/*.ecrm.vn\/*",
            "https:\/\/*.nobi.pro\/*",
            "https:\/\/*.nobi.ph\/*"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "nobita.html"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhcU8Bfx4T5rLHbyHEexYWRUsTgNHS71YC8WrWM84bGQYINSuewI35mda3k90jnwompSGyPpUPFFWCCOauXbpOXXd3Z2AmbU6k7wYxOZTV2MxztTwUcwX2pbkcds4mYWGT1wZn85XW19XGYr\/1oiLEtt66qFtxTdIx8vTR2AjG1LUhkBv5gBacYLxi4664y6vW5voOK1P5VajTwjz5BbzYpuL5yWotMNWOKw0gb4gtpC4BYz1olAEq1dTVRbM0kMLRC9XdriLWua3Mu+2NtyqxDNdTQHKdqOHR1rEAZ9ApHQX2IH36iV5MoHuHC4tDzlAeXW5zDEM7natxS6kA276UQIDAQAB"
}