Automation for Instagram & LinkedIn
Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks
Automation for Instagram & LinkedIn क्या है?
Automation for Instagram & LinkedIn https://hypalinked.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Automation for Instagram & LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
“Hypalinked Gives You Everything You Need To Market, Sell And Grow Your Following Online!” Start meaningful social conversations with accounts and users within the right location, industry, or niche. LINKEDIN AUTO INTRODUCTIONS: Make bespoke introductions to start a professional relationship with people in an industry, job role, or targeted demographic area by automating connections. Include clickable web links within invitations to connect that redirect a user to rich content or media. INSTAGRAM AUTO COMMENTS: Build a comment library and automate posting them on photos and videos that use a specific hashtag. Find us on all social media or visit our website www.hypalinked.com for updates and operating advice. We love to talk to our users; message us on Facebook if you need any support with our software.
एक्सटेंशन की मूल जानकारी
नाम | Automation for Instagram & LinkedIn |
ID | jgomdfgimamcjnmfjdcofjlofipacjgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/automation-for-instagram/jgomdfgimamcjnmfjdcofjlofipacjgn |
विवरण | Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks |
फ़ाइल का आकार | 325 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2022-06-29 |
प्रकाशन तिथि | 2022-05-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://hypalinked.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.hypalinked.com |
सहायता पृष्ठ URL | https://www.hypalinked.com |
गोपनीयता नीति पृष्ठ URL | https://hypalinked.com/privacy-policy-1 |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automation for Instagram & LinkedIn", "short_name": "Hypalinked", "version": "3.3", "manifest_version": 3, "description": "Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks", "icons": { "16": "assets\/img\/16.png", "48": "assets\/img\/48.png", "128": "assets\/img\/128.png" }, "action": { "default_popup": "assets\/popup.html", "default_icon": "assets\/img\/128.png", "default_title": "Automation for Instagram & LinkedIn" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/script2.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage" ], "host_permissions": [ "http:\/\/app.hypalinked.com\/*" ] } |