Invite all post likers to like Facebook page
Invite everyone who liked your post to like your page on Facebook.
Apa itu Invite all post likers to like Facebook page?
Invite all post likers to like Facebook page adalah ekstensi Chrome yang dikembangkan oleh http://likeinviter.com, dan fitur utamanya adalah "Invite everyone who liked your post to like your page on Facebook.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Invite all post likers to like Facebook page
Unduh file ekstensi Invite all post likers to like Facebook page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | agigjofcafdjdkbcgobokpfgigoebjme |
URL Resmi | https://chrome.google.com/webstore/detail/invite-all-post-likers-to/agigjofcafdjdkbcgobokpfgigoebjme |
Deskripsi | Invite everyone who liked your post to like your page on Facebook. |
Ukuran File | 227 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 3.5 |
Terakhir Diperbarui | 2022-08-26 |
Tanggal Publikasi | 2020-12-21 |
Penilaian | 3.38/5 Total 13 Penilaian |
Pengembang | http://likeinviter.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://likeinviter.herokuapp.com/ |
URL Halaman Kebijakan Privasi | https://likeinviter.herokuapp.com/account/conditions |
Bahasa yang Didukung | 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" ] } |