Nobi Pro

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

ما هو Nobi Pro؟

Nobi Pro هو إضافة Chrome تم تطويرها بواسطة https://nobita.pro، والميزة الرئيسية لها هي "Nobi Pro - Expand the ability to connect and interact with fb fanpage".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Nobi Pro

قم بتنزيل ملفات الامتداد Nobi Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Nobi Pro Nobi Pro
ID hopgpglmfiggpmklcakbdjfimfbfchck
عنوان URL الرسمي https://chromewebstore.google.com/detail/nobi-pro/hopgpglmfiggpmklcakbdjfimfbfchck
الوصف Nobi Pro - Expand the ability to connect and interact with fb fanpage
حجم الملف 121 KB
عدد التثبيتات 4,000
النسخة الحالية 2.4.25
آخر تحديث 2024-01-31
تاريخ النشر 2021-08-26
تقييم 5.00/5 مجموع تقييمات 10
المطور https://nobita.pro
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nobita.pro
عنوان صفحة المساعدة https://nobita.pro
اللغات المدعومة 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"
}