PostBeyond
PostBeyond.com. Suggest, Create and Share Posts
What is PostBeyond?
PostBeyond is a Chrome extension developed by https://postbeyond.com, and its main feature is "PostBeyond.com. Suggest, Create and Share Posts".
Extension Screenshots
Download PostBeyond Extension CRX File
Download PostBeyond extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | PostBeyond |
ID | jjiippkloliacpmijldpcbijmpnmlnnl |
Official URL | https://chromewebstore.google.com/detail/postbeyond/jjiippkloliacpmijldpcbijmpnmlnnl |
Description | PostBeyond.com. Suggest, Create and Share Posts |
File Size | 117 KB |
Installation Count | 1,066 |
Current Version | 1.0.45 |
Last Updated | 2016-11-17 |
Publish Date | 2016-11-17 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://postbeyond.com |
[email protected] | |
Payment Type | free |
Extension Website | https://postbeyond.com |
Privacy Policy Page URL | https://www.postbeyond.com/privacy-policy |
Supported Languages | 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" ] } |