Invite all post likers to like Facebook page
Invite everyone who liked your post to like your page on Facebook.
Invite all post likers to like Facebook page란 무엇입니까?
Invite all post likers to like Facebook page은(는) http://likeinviter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Invite everyone who liked your post to like your page on Facebook."입니다.
확장 프로그램 스크린샷
Invite all post likers to like Facebook page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension invites everybody who liked your post to like your page on Facebook. Everything you have to do is to click a button, and Extension will do the rest. Save time using LikeInviter. It's free! Here's how it works 1) Open reaction dialog by clicking on likes under your post. 2) Click on the button "invite all" 3) Let the extension work, and feel free to do something else. Learn more on our website - likeinviter.herokuapp.com
확장 프로그램 기본 정보
이름 | |
ID | agigjofcafdjdkbcgobokpfgigoebjme |
공식 URL | https://chrome.google.com/webstore/detail/invite-all-post-likers-to/agigjofcafdjdkbcgobokpfgigoebjme |
설명 | Invite everyone who liked your post to like your page on Facebook. |
파일 크기 | 227 KB |
설치 횟수 | 1,000 |
현재 버전 | 3.5 |
최근 업데이트 | 2022-08-26 |
출시 날짜 | 2020-12-21 |
평점 | 3.38/5 총 13 개의 평점 |
개발자 | http://likeinviter.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://likeinviter.herokuapp.com/ |
개인정보 보호 정책 페이지 URL | https://likeinviter.herokuapp.com/account/conditions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Invite all post likers to like Facebook page", "description": "Invite everyone who liked your post to like your page on Facebook.", "version": "3.5", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/likeinviter.herokuapp.com\/user" ] } |