Aitrixs Social
Chrome extension to help social media activities
Aitrixs Social क्या है?
Aitrixs Social Aitrix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to help social media activities"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aitrixs Social एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Imagine a world where targeted traffic was never a problem. Aitrixs allows users to find the perfect customer locally or internationally, in any industry, within seconds, at scale. Aitrixs is a social media-integrated lead generation software and complete CRM system. Harnessing the power of social and the collection of 20 highly useful social media-driven tools, Aitrixs helps users easily target their ideal audiences and automatically sync them into their pipeline. Customize, manage, and automate your hyper-targeted pipeline of leads for engagement and outreach campaigns all on one intuitive platform. The hunt for targeted leads ends here!
एक्सटेंशन की मूल जानकारी
नाम | Aitrixs Social |
ID | boadaggpclacmkdlbfjaafcpbdogibnm |
आधिकारिक URL | https://chromewebstore.google.com/detail/aitrixs-social/boadaggpclacmkdlbfjaafcpbdogibnm |
विवरण | Chrome extension to help social media activities |
फ़ाइल का आकार | 3.04 MB |
स्थापना संख्या | 128 |
वर्तमान संस्करण | 1.4.2 |
अंतिम अपडेट | 2024-01-25 |
प्रकाशन तिथि | 2023-02-16 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Aitrix |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.aitrix.io |
गोपनीयता नीति पृष्ठ URL | https://www.aitrixs.com/privacy-policy-1 |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Chrome extension to help social media activities", "version": "1.4.2", "manifest_version": 3, "name": "Aitrixs Social", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "\/assets\/img\/icon-128.png" }, "icons": { "128": "\/assets\/img\/icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "clipboardRead", "alarms", "notifications" ], "host_permissions": [ "https:\/\/member.aitrixs.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.messenger.com\/*" ], "js": [ "\/assets\/js\/jquery.3.2.1.min.js", "contentScript.bundle.js", "vanillaSelectBox.js" ], "css": [ "content.styles.css", "\/vanillaSelectBox.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "vanillaSelectBox.css", "icon-128.png" ], "matches": [] } ] } |