Magis
Get more followers and increase user engagement on Instagram.
Magis란 무엇입니까?
Magis은(는) Joel Dare에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get more followers and increase user engagement on Instagram."입니다.
확장 프로그램 스크린샷
Magis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Gain new followers and likes on Instagram. Magis reminds you to be active on Instagram and provides keyboard shortcuts to make you fast. Set a goal to like and comment on 20 posts an hour to significantly increase your Instagram engagement with just two minutes of work. Build brand awareness. Get more leads. Grow website traffic.
확장 프로그램 기본 정보
이름 | Magis |
ID | kahkfpeemmmjcbkffjmebbgkdmjglobi |
공식 URL | https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi |
설명 | Get more followers and increase user engagement on Instagram. |
파일 크기 | 97.87 KB |
설치 횟수 | 158 |
현재 버전 | 1.3.3 |
최근 업데이트 | 2017-08-14 |
출시 날짜 | 2017-08-14 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | Joel Dare |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Magis", "default_popup": "popup.html" }, "name": "Magis", "description": "Get more followers and increase user engagement on Instagram.", "homepage_url": "http:\/\/www.joeldare.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "https:\/\/www.instagram.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "instagram.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "version": "1.3.3", "manifest_version": 2 } |