Invite All
Invite All people to Like Facebook Page.
Vad är Invite All?
Invite All är en Chrome-tillägg utvecklad av manpreet2760, och dess huvudfunktion är "Invite All people to Like Facebook Page.".
Tilläggsskärmbilder
Ladda ner Invite All-förlängningens CRX-fil
Ladda ner Invite All-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
Invite upto 50 people a day to like your page on facebook. Grundläggande Information om Tillägg
| Namn | |
| ID | kfiadggaijonhadndemaccnilcmnljah |
| Officiell webbadress | https://chromewebstore.google.com/detail/invite-all/kfiadggaijonhadndemaccnilcmnljah |
| Beskrivning | Invite All people to Like Facebook Page. |
| Filstorlek | 32.03 KB |
| Antal Installationer | 6,000 |
| Aktuell Version | 1.12 |
| Senast Uppdaterad | 2016-04-06 |
| Publiceringsdatum | 2016-04-05 |
| Betyg | 3.13/5 Totalt 48 Betyg |
| Utvecklare | manpreet2760 |
| Betalningssätt | free |
| Tilläggswebbplats | http://app.postdiscover.com |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Invite All",
"description": "Invite All people to Like Facebook Page.",
"version": "1.12",
"content_scripts": [
{
"matches": [
"http:\/\/*.facebook.com\/*",
"https:\/\/*.facebook.com\/*"
],
"js": [
"invite.js"
]
}
],
"web_accessible_resources": [
"*.png"
],
"permissions": [
"activeTab",
"background"
],
"icons": {
"128": "icon.png"
}
} | |