PostBeyond

PostBeyond.com. Suggest, Create and Share Posts

什麼是PostBeyond?

PostBeyond是由https://postbeyond.com開發的Chrome擴展程式,該擴展的主要功能是“PostBeyond.com. Suggest, Create and Share Posts”。

擴展截圖

screenshot
screenshot

下載PostBeyond擴展crx文件

下載PostBeyond擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 PostBeyond PostBeyond
ID jjiippkloliacpmijldpcbijmpnmlnnl
官方網址 https://chromewebstore.google.com/detail/postbeyond/jjiippkloliacpmijldpcbijmpnmlnnl
簡介 PostBeyond.com. Suggest, Create and Share Posts
檔案大小 117 KB
安裝次數 1,066
目前版本 1.0.45
更新時間 2016-11-17
上架時間 2016-11-17
評分 5.00/5 共 8 次評分
開發者 https://postbeyond.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://postbeyond.com
隱私政策頁面URL https://www.postbeyond.com/privacy-policy
支援的語言 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"
    ]
}