PeopleMovers

Share and move your world forward

PeopleMovers क्या है?

PeopleMovers PeopleMovers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share and move your world forward"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PeopleMovers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}