Invite Post Likers to Like Facebook™ Page
Easily invite users who liked your posts to like your fanpage and grow quickly.
Invite Post Likers to Like Facebook™ Pageคืออะไร?
Invite Post Likers to Like Facebook™ Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BRIX Maker Studio และคุณลักษณะหลักของมันคือ "Easily invite users who liked your posts to like your fanpage and grow quickly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Invite Post Likers to Like Facebook™ Page
ดาวน์โหลดไฟล์ส่วนขยาย Invite Post Likers to Like Facebook™ Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically Invite All Post Likers to Like your Facebook™ Page. If you want to invite your posts likers to like your Facebook™ Page in order to grow new followers and likers on your fanpage, this is the best extension for you. It will allow you to invite post likers automatically while you are doing any other tasks. The features included are the following: – Invite All Post Likers Automatically: With just one click, the tool will start inviting users without any manual input. – Delay Between Each Invite: You can add a random time delay between each invite so your behaviour is more natural and you avoid any kind of blocks or restrictions. – Session Inviting: You can set-up session inviting to make the tool wait a time period after a certain number of invites, so the behaviour looks more natural. – 100% Free and Unlimited: It's 100% free and totally unlimited, so you can enjoy the extension without paying for it. Want to suggest any new feature, Chrome Extension or need support? Send us an email to [email protected] - - - - - If you like the extension, please rate us 5 stars ✩✩✩✩✩ and add a nice comment, as that help us a lot to continue the development of great extensions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Invite Post Likers to Like Facebook™ Page |
ID | fflgkfikdainjeckdabnmcaabkgfolpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/invite-post-likers-to-lik/fflgkfikdainjeckdabnmcaabkgfolpf |
คำอธิบาย | Easily invite users who liked your posts to like your fanpage and grow quickly. |
ขนาดไฟล์ | 1.17 MB |
จำนวนการติดตั้ง | 10,384 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2019-09-01 |
วันที่เผยแพร่ | 2019-09-01 |
คะแนน | 2.33/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | BRIX Maker Studio |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invite Post Likers to Like Facebook\u2122 Page", "description": "Easily invite users who liked your posts to like your fanpage and grow quickly.", "version": "1.1.0", "browser_action": { "default_title": "FB Inviter" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "activeTab" ], "web_accessible_resources": [ "index.html", "asset-manifest.json", "static\/*", "fonts\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |