Oktopost
Easily share content on social media using Oktopost.
Apa itu Oktopost?
Oktopost adalah ekstensi Chrome yang dikembangkan oleh https://www.oktopost.com, dan fitur utamanya adalah "Easily share content on social media using Oktopost.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Oktopost
Unduh file ekstensi Oktopost dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Oktopost |
ID | jdfdfjdpgnpjenffkiiljpjkomeofiem |
URL Resmi | https://chromewebstore.google.com/detail/oktopost/jdfdfjdpgnpjenffkiiljpjkomeofiem |
Deskripsi | Easily share content on social media using Oktopost. |
Ukuran File | 22.07 KB |
Jumlah Instalasi | 732 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-05-09 |
Tanggal Publikasi | 2019-05-08 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | https://www.oktopost.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.oktopost.com |
URL Halaman Bantuan | https://community.oktopost.com |
URL Halaman Kebijakan Privasi | https://www.oktopost.com/privacy |
Bahasa yang Didukung | 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 } |