SMAI Click2Engage
SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform.
SMAI Click2Engage क्या है?
SMAI Click2Engage SocialMiningAi, inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SMAI Click2Engage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The SMAI Click2Engage for Chrome extension allows you to click phone numbers of potential or existing customers on a website and engage with them through text, audio and video communication using the SocialMiningAi platform. Simply click on the SMAI Click2Engage icon next to any phone number listed on a web page to open the SocialMiningAi Engagements platform. Please note that you must be an existing customer of SocialMiningAi to be able to use this extension.
एक्सटेंशन की मूल जानकारी
नाम | SMAI Click2Engage |
ID | kocjcipedabnplhcpmafkadhikmoiicj |
आधिकारिक URL | https://chromewebstore.google.com/detail/smai-click2engage/kocjcipedabnplhcpmafkadhikmoiicj |
विवरण | SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform. |
फ़ाइल का आकार | 122 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 2.1.4 |
अंतिम अपडेट | 2024-01-22 |
प्रकाशन तिथि | 2022-05-12 |
डेवलपर | SocialMiningAi, inc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://socialminingai.com |
सहायता पृष्ठ URL | https://socialminingai.com |
गोपनीयता नीति पृष्ठ URL | https://socialminingai.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SMAI Click2Engage", "version": "2.1.4", "description": "SMAI Click2Engage allows you to click on phone numbers on a web page and engage with them using the SMAI platform.", "action": { "default_icon": { "128": "img\/smai-logo-128x128.png" }, "default_popup": "popup\/popup.html", "default_title": "SMAI Click2Engage" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "css": [ "content_styles.css" ], "exclude_matches": [ "https:\/\/app.funnelai.com\/*", "https:\/\/app.engagedai.io\/*" ], "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; img-src 'self'; frame-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' 'strict-dynamic'", "sandbox": "sandbox allow-scripts; object-src 'self'; img-src 'self'; frame-src 'self'; script-src-elem 'self' 'unsafe-inline' 'strict-dynamic'" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "img\/smai-logo-128x128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "web_accessible_resources": [ { "resources": [ "content_script.js", "content_styles.css", "entry.js", "img\/*" ], "matches": [ "https:\/\/*\/*" ] } ] } |