Inviter
Invite All Friends the Easy Way
Qu'est-ce que Inviter ?
Inviter est une extension Chrome développée par https://www.fbdn.it, et sa fonction principale est "Invite All Friends the Easy Way".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Inviter
Téléchargez les fichiers d'extension Inviter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
English Description -------------------- Want to invite all your friends to an event without the need to manually scroll through the entire list? One of the features of Inviter is just the automatic Auto Scroll in your Friends list. Inviter is a Freeware Project without any kind of advertising banners. Use it, Enjoy all the amenities of Inviter Watch it Scroll and Select all your Friends. Comments are very welcome, constructive feedback to improve Inviter and perhaps extend its functionality. Italiano -------------------- Vuoi invitare tutti i tuoi Amici ad un Evento senza bisogno di scorrere manualmente tutta la lista? Una delle funzionalità di Inviter è proprio l'Auto Scroll automatico della tua lista Amici. Inviter è un Progetto Gratuito senza pubblicità o presenza di banner. Usalo, Goditi tutta la Comodità di Guardare Inviter Scorrere e Selezionare tutti i tuoi Amici. Sono Graditissimi Commenti, FeedBack Costruttivi per migliorare Inviter e magari Estendere le sue Funzionalità.
Informations de Base sur l'Extension
Nom | Inviter |
ID | kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
URL Officiel | https://chromewebstore.google.com/detail/inviter/kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
Description | Invite All Friends the Easy Way |
Taille du Fichier | 13.86 KB |
Nombre d'Installations | 450 |
Version Actuelle | 2.10.15 |
Dernière Mise à Jour | 2015-10-22 |
Date de Publication | 2015-10-22 |
Évaluation | 2.80/5 Total 5 Évaluations |
Développeur | https://www.fbdn.it |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "Invite All Friends the Easy Way", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Inviter", "page_action": { "default_icon": "icon.png", "default_title": "Inviter" }, "author": "Francesco Biagini", "permissions": [ "*:\/\/*.facebook.com\/*" ], "version": "2.10.15" } |