Oktopost
Easily share content on social media using Oktopost.
什麼是Oktopost?
Oktopost是由https://www.oktopost.com開發的Chrome擴展程式,該擴展的主要功能是“Easily share content on social media using Oktopost.”。
擴展截圖
下載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 |
ID | jdfdfjdpgnpjenffkiiljpjkomeofiem |
官方網址 | 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 } |