PeopleMovers

Share and move your world forward

PeopleMovers là gì?

PeopleMovers là một tiện ích mở rộng Chrome được phát triển bởi PeopleMovers, và tính năng chính của nó là "Share and move your world forward".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PeopleMovers

Tải xuống các tệp mở rộng PeopleMovers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PeopleMovers PeopleMovers
ID ihndlefgoddkepjlcikgjodoiicicpnk
URL Chính Thức https://chromewebstore.google.com/detail/peoplemovers/ihndlefgoddkepjlcikgjodoiicicpnk
Mô tả Share and move your world forward
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2019-09-15
Ngày Phát Hành 2019-09-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển PeopleMovers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.peoplemovers.com
URL Trang Trợ Giúp https://www.peoplemovers.com/support
URL Trang Chính Sách Bảo Mật https://www.peoplemovers.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}