PeopleMovers

Share and move your world forward

O que é PeopleMovers?

PeopleMovers é uma extensão do Chrome desenvolvida por PeopleMovers, e sua principal característica é "Share and move your world forward".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PeopleMovers

Baixe arquivos de extensão PeopleMovers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome PeopleMovers PeopleMovers
ID ihndlefgoddkepjlcikgjodoiicicpnk
URL Oficial https://chromewebstore.google.com/detail/peoplemovers/ihndlefgoddkepjlcikgjodoiicicpnk
Descrição Share and move your world forward
Tamanho do Arquivo 111 KB
Contagem de Instalações 27
Versão Atual 3.1
Última Atualização 2019-09-15
Data de Publicação 2019-09-15
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor PeopleMovers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.peoplemovers.com
URL da Página de Ajuda https://www.peoplemovers.com/support
URL da Página de Política de Privacidade https://www.peoplemovers.com/privacy
Idiomas Suportados 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": [
                ""
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.min.js",
                "checker.js",
                "script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "pm-button.png",
        "pm-button_hover.png"
    ]
}