Oktopost

Easily share content on social media using Oktopost.

Oktopostคืออะไร?

Oktopost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.oktopost.com และคุณลักษณะหลักของมันคือ "Easily share content on social media using Oktopost."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oktopost

ดาวน์โหลดไฟล์ส่วนขยาย 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
}