PeopleMovers
Share and move your world forward
Wat is PeopleMovers?
PeopleMovers is een Chrome-extensie ontwikkeld door PeopleMovers, en de belangrijkste functie is "Share and move your world forward".
Extensie Screenshots
Download het CRX-bestand van de extensie PeopleMovers
Download PeopleMovers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
PeopleMovers.com is the place for people and organizations to build strong communities and a better world. You can share ideas, needs, news, events and more on interactive bulletin boards for your community or organization. Download the PeopleMovers browser button and start posting articles from the web that your community, organization members or other leaders would find helpful or informative. It only takes seconds to start making an impact as leaders locally and around the world can learn from what you have share!
Basisinformatie over de Extensie
Naam | PeopleMovers |
ID | ihndlefgoddkepjlcikgjodoiicicpnk |
Officiële URL | https://chromewebstore.google.com/detail/peoplemovers/ihndlefgoddkepjlcikgjodoiicicpnk |
Beschrijving | Share and move your world forward |
Bestandsgrootte | 111 KB |
Aantal Installaties | 27 |
Huidige Versie | 3.1 |
Laatst Bijgewerkt | 2019-09-15 |
Publicatiedatum | 2019-09-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | PeopleMovers |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.peoplemovers.com |
Help Pagina-URL | https://www.peoplemovers.com/support |
URL van de Privacybeleid Pagina | https://www.peoplemovers.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PeopleMovers", "short_name": "PeopleMovers", "version": "3.1", "manifest_version": 2, "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Alt+D", "mac": "Alt+D" }, "description": "Toggle feature foo" } }, "description": "Share and move your world forward", "background": { "scripts": [ "jquery.min.js", "checker.js", "background.js", "popup.js" ] }, "browser_action": { "default_icon": "logo-m.png", "default_title": "PeopleMovers", "default_popup": "background.html" }, "permissions": [ "webRequest", "webRequestBlocking", "contextMenus", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "background" ], "icons": { "128": "logo-m.png" }, "content_scripts": [ { "matches": [ " |