Oktopost
Easily share content on social media using Oktopost.
What is Oktopost?
Oktopost is a Chrome extension developed by https://www.oktopost.com, and its main feature is "Easily share content on social media using Oktopost.".
Extension Screenshots
Download Oktopost Extension CRX File
Download Oktopost 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
With the Oktopost Chrome extension, you can share content to your social profiles directly from your browser while being able to track clicks, conversions and leads as if it was posted directly through the Oktopost platform.
Extension Basic Information
Name | Oktopost |
ID | jdfdfjdpgnpjenffkiiljpjkomeofiem |
Official URL | https://chromewebstore.google.com/detail/oktopost/jdfdfjdpgnpjenffkiiljpjkomeofiem |
Description | Easily share content on social media using Oktopost. |
File Size | 22.07 KB |
Installation Count | 732 |
Current Version | 1.0 |
Last Updated | 2019-05-09 |
Publish Date | 2019-05-08 |
Rating | 4.43/5 Total 7 Ratings |
Developer | https://www.oktopost.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.oktopost.com |
Help Page URL | https://community.oktopost.com |
Privacy Policy Page URL | https://www.oktopost.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oktopost", "description": "Easily share content on social media using Oktopost.", "version": "1.0", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Share on social media using Oktopost", "default_icon": "icons\/icon_19.png" }, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2 } |