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 |
官方網址 | 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" ] } |