PostBeyond
PostBeyond.com. Suggest, Create and Share Posts
什么是PostBeyond?
PostBeyond是由https://postbeyond.com开发的Chrome扩展程序,该扩展的主要功能是“PostBeyond.com. Suggest, Create and Share Posts”。
扩展截图
下载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 |
ID | jjiippkloliacpmijldpcbijmpnmlnnl |
官方URL | 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" ] } |