Nobi Pro
Nobi Pro - Expand the ability to connect and interact with fb fanpage
Nobi Pro क्या है?
Nobi Pro https://nobita.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nobi Pro - Expand the ability to connect and interact with fb fanpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nobi Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ URL | 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" } |