Genius Replies
Improve and enhance engagement on FB posts.
Genius Replies क्या है?
Genius Replies edakehurst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve and enhance engagement on FB posts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Genius Replies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Gets more engagement on your personal FB social media account, by allowing you to create comments based on the average reaction to the post thus far, and then reacting and commenting to your friends' posts on a timed schedule. Increase productivity, and get much better engagement, for you and for your friends. This is a simple, easy to use Extension, and is an authorized white label of the extension by Tier 5 called Engagement Monster. Try it out today and see what higher engagement means to your social media profile.
एक्सटेंशन की मूल जानकारी
नाम | Genius Replies |
ID | nhljkdjmeglheolcmmkjdaofmpnedglk |
आधिकारिक URL | https://chromewebstore.google.com/detail/genius-replies/nhljkdjmeglheolcmmkjdaofmpnedglk |
विवरण | Improve and enhance engagement on FB posts. |
फ़ाइल का आकार | 806 KB |
स्थापना संख्या | 463 |
वर्तमान संस्करण | 1.00.09 |
अंतिम अपडेट | 2023-12-06 |
प्रकाशन तिथि | 2023-03-30 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | edakehurst |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://edakehurst.kartra.com/page/GeniusReplies |
सहायता पृष्ठ URL | https://edsays.net/support |
गोपनीयता नीति पृष्ठ URL | https://geniusposts.io/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.00.09", "manifest_version": 3, "name": "Genius Replies", "description": "Improve and enhance engagement on FB posts.", "content_scripts": [ { "matches": [ "https:\/\/mbasic.facebook.com\/*", "https:\/\/www.facebook.com\/" ], "js": [ "lib\/js\/browser-polyfill.js", "lib\/js\/jquery-3.2.1.min.js", "lib\/js\/moment.min.js", "js\/content.js" ], "css": [ "lib\/css\/style.css" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "Genius Replies" }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685270-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685351-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685440-large_icon.png" }, "short_name": "GR" } |