PostBeyond

PostBeyond.com. Suggest, Create and Share Posts

PostBeyond là gì?

PostBeyond là một tiện ích mở rộng Chrome được phát triển bởi https://postbeyond.com, và tính năng chính của nó là "PostBeyond.com. Suggest, Create and Share Posts".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng PostBeyond 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

                        Create and share your company content to Twitter, Facebook and LinkedIn from anywhere on the web, with just one click.

OVERVIEW

Click the PostBeyond button on any website to add content to PostBeyond.

*Have any more questions?*

You can find us here:
Twitter: @postbeyond
Facebook: http://facebook.com/postbeyond
Email: [email protected]                    

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

Tên PostBeyond PostBeyond
ID jjiippkloliacpmijldpcbijmpnmlnnl
URL Chính Thức https://chromewebstore.google.com/detail/postbeyond/jjiippkloliacpmijldpcbijmpnmlnnl
Mô tả PostBeyond.com. Suggest, Create and Share Posts
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 1,066
Phiên Bản Hiện Tại 1.0.45
Cập Nhật Lần Cuối 2016-11-17
Ngày Phát Hành 2016-11-17
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://postbeyond.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://postbeyond.com
URL Trang Chính Sách Bảo Mật https://www.postbeyond.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PostBeyond",
    "version": "1.0.45",
    "description": "PostBeyond.com. Suggest, Create and Share Posts",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/pb_styles.css",
                "css\/pb_hover_button.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "chrome\/chrome_port_wrapper.js",
                "chrome\/port.js",
                "chrome\/chrome_embed.js",
                "scripts\/pb.js",
                "embed\/pb_hover_button.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [
                "css\/pb_twitter.css"
            ],
            "js": [
                "embed\/pb_twitter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "css\/pb_facebook.css"
            ],
            "js": [
                "embed\/pb_facebook.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*\/",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "PostBeyond",
        "default_icon": "icon\/icon19.png"
    },
    "homepage_url": "https:\/\/postbeyond.com",
    "web_accessible_resources": [
        "icon\/icon48.png",
        "img\/pb_twitter_sprite_18x54.png",
        "img\/pb_twitter_sprite_25x75.png",
        "img\/pb_share_icon_18x18.png",
        "img\/pb_view_more_icon_18x18.png",
        "libs\/jquery.min.map"
    ]
}