Invite friends to Facebook page 2
Automatically invite friends to Facebook page
Vad är Invite friends to Facebook page 2?
Invite friends to Facebook page 2 är en Chrome-tillägg utvecklad av 좋은친구, och dess huvudfunktion är "Automatically invite friends to Facebook page".
Tilläggsskärmbilder
Ladda ner Invite friends to Facebook page 2-förlängningens CRX-fil
Ladda ner Invite friends to Facebook page 2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Facebook 페이지에 친구를 초대해 주는 프로그램입니다.(좋아요 요청)
원하는 페이스북 페이지로 이동 후 실행해 주세요.
한번에 500명 가량 초대합니다.
This is a program that invites friends to the Facebook page (request like).
First of all, move to you facebook page, then execute.
This program invites up to about 500 people at a time. Grundläggande Information om Tillägg
| Namn | |
| ID | mnnanglilgcgiidgkcgnllegimnhpagg |
| Officiell webbadress | https://chromewebstore.google.com/detail/invite-friends-to-faceboo/mnnanglilgcgiidgkcgnllegimnhpagg |
| Beskrivning | Automatically invite friends to Facebook page |
| Filstorlek | 19.86 KB |
| Antal Installationer | 2,814 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2022-10-11 |
| Publiceringsdatum | 2020-12-23 |
| Betyg | 2.46/5 Totalt 13 Betyg |
| Utvecklare | 좋은친구 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://cafe.naver.com/marketingzone |
| Hjälpsida URL | https://cafe.naver.com/marketingzone |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Invite friends to Facebook page 2",
"short_name": "Invite friends to Facebook page 2",
"description": "Automatically invite friends to Facebook page",
"version": "2.1",
"manifest_version": 3,
"icons": {
"16": "img\/FB_Page_Invite_16.png",
"24": "img\/FB_Page_Invite_24.png",
"32": "img\/FB_Page_Invite_32.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "img\/FB_Page_Invite_19.png",
"default_title": "Invite friends to Facebook page 2"
},
"permissions": [
"activeTab",
"scripting"
]
} | |