PeopleMovers

Share and move your world forward

Τι είναι το PeopleMovers;

Το PeopleMovers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PeopleMovers, και η κύρια λειτουργία του είναι "Share and move your world forward".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PeopleMovers

Λήψη αρχείων επέκτασης PeopleMovers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PeopleMovers PeopleMovers
ID ihndlefgoddkepjlcikgjodoiicicpnk
Επίσημο URL https://chromewebstore.google.com/detail/peoplemovers/ihndlefgoddkepjlcikgjodoiicicpnk
Περιγραφή Share and move your world forward
Μέγεθος Αρχείου 111 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 3.1
Τελευταία Ενημέρωση 2019-09-15
Ημερομηνία Δημοσίευσης 2019-09-15
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής PeopleMovers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.peoplemovers.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.peoplemovers.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.peoplemovers.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}