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
Eメール [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
}