PeopleMovers
Share and move your world forward
Co je PeopleMovers?
PeopleMovers je rozšíření Chrome vyvinuté PeopleMovers, a jeho hlavní funkcí je „Share and move your world forward“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PeopleMovers
Stáhněte si soubory rozšíření PeopleMovers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | PeopleMovers |
ID | ihndlefgoddkepjlcikgjodoiicicpnk |
Oficiální URL | https://chromewebstore.google.com/detail/peoplemovers/ihndlefgoddkepjlcikgjodoiicicpnk |
Popis | Share and move your world forward |
Velikost souboru | 111 KB |
Počet instalací | 27 |
Aktuální Verze | 3.1 |
Poslední Aktualizace | 2019-09-15 |
Datum Vydání | 2019-09-15 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | PeopleMovers |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.peoplemovers.com |
URL Stránky Nápovědy | https://www.peoplemovers.com/support |
URL Stránky Zásad Ochrany Soukromí | https://www.peoplemovers.com/privacy |
Podporované Jazyky | 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": [ " |