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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate Instagram Comments & LinkedIn Connections to start meaningful conversations, make sales and grow you social networks"입니다.
확장 프로그램 스크린샷
Automation for Instagram & LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |