Oktopost

Easily share content on social media using Oktopost.

什么是Oktopost?

Oktopost是由https://www.oktopost.com开发的Chrome扩展程序,该扩展的主要功能是“Easily share content on social media using Oktopost.”。

扩展截图

screenshot

下载Oktopost扩展crx文件

下载Oktopost扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Oktopost Oktopost
ID jdfdfjdpgnpjenffkiiljpjkomeofiem
官方URL https://chromewebstore.google.com/detail/oktopost/jdfdfjdpgnpjenffkiiljpjkomeofiem
简介 Easily share content on social media using Oktopost.
文件大小 22.07 KB
安装次数 732
当前版本 1.0
更新时间 2019-05-09
上架时间 2019-05-08
评分 4.43/5 共7次评分
开发者 https://www.oktopost.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.oktopost.com
帮助页面URL https://community.oktopost.com
隐私政策页面URL https://www.oktopost.com/privacy
支持的语言 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
}