SocialSense
Empowering Your Personal Brand on LinkedIn.
SocialSense क्या है?
SocialSense https://socialsense.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Empowering Your Personal Brand on LinkedIn."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SocialSense एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Increase your engagement on LinkedIn by 8x! If smart engagement + building genuine connections are your goals, we have got your back! Here’s how: - Engage with your connections by generating relatable and human-like comments instantly. - Change the tone of your comments with a single click. - Access all insights at one place. - Engage with top creators and their viral posts. - Enjoy the extremely simple yet classy UI that gets things done faster. Install the SocialSense extension now to change your LinkedIn presence and amplify your engagement game!
एक्सटेंशन की मूल जानकारी
नाम | SocialSense |
ID | ifojdkmbcldnibhgomkbdfnflfchkekd |
आधिकारिक URL | https://chromewebstore.google.com/detail/socialsense/ifojdkmbcldnibhgomkbdfnflfchkekd |
विवरण | Empowering Your Personal Brand on LinkedIn. |
फ़ाइल का आकार | 6.04 MB |
स्थापना संख्या | 66 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-08-28 |
प्रकाशन तिथि | 2023-07-29 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://socialsense.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.socialsense.ai/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "short_name": "SocialSense", "name": "SocialSense", "description": "Empowering Your Personal Brand on LinkedIn.", "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.socialsense.ai\/*" ], "js": [ "contentScript.bundle.js" ] } ], "action": { "default_popup": "popup-ext.html", "default_icon": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png", "192": "logo192.png", "512": "logo512.png" } }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png", "192": "logo192.png", "512": "logo512.png" }, "web_accessible_resources": [ { "resources": [ "popup.html", "img\/*.png", "img\/*.svg", "popup.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "cookies", "storage", "activeTab", "webNavigation" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "http:\/\/localhost:3000\/*", "*:\/\/*.socialsense.ai\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/www.linkedin.com\/* https:\/\/extension.socialsense.ai\/;" } } |