Oktopost
Easily share content on social media using Oktopost.
Wat is Oktopost?
Oktopost is een Chrome-extensie ontwikkeld door https://www.oktopost.com, en de belangrijkste functie is "Easily share content on social media using Oktopost.".
Extensie Screenshots
Download het CRX-bestand van de extensie Oktopost
Download Oktopost-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Oktopost |
ID | jdfdfjdpgnpjenffkiiljpjkomeofiem |
Officiële URL | https://chromewebstore.google.com/detail/oktopost/jdfdfjdpgnpjenffkiiljpjkomeofiem |
Beschrijving | Easily share content on social media using Oktopost. |
Bestandsgrootte | 22.07 KB |
Aantal Installaties | 732 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-05-09 |
Publicatiedatum | 2019-05-08 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://www.oktopost.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.oktopost.com |
Help Pagina-URL | https://community.oktopost.com |
URL van de Privacybeleid Pagina | https://www.oktopost.com/privacy |
Ondersteunde Talen | 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 } |