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文件
下载Invite all post likers to like Facebook page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |