Oktopost
Easily share content on social media using Oktopost.
Qu'est-ce que Oktopost ?
Oktopost est une extension Chrome développée par https://www.oktopost.com, et sa fonction principale est "Easily share content on social media using Oktopost.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Oktopost
Téléchargez les fichiers d'extension Oktopost au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Oktopost |
ID | jdfdfjdpgnpjenffkiiljpjkomeofiem |
URL Officiel | https://chromewebstore.google.com/detail/oktopost/jdfdfjdpgnpjenffkiiljpjkomeofiem |
Description | Easily share content on social media using Oktopost. |
Taille du Fichier | 22.07 KB |
Nombre d'Installations | 732 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-05-09 |
Date de Publication | 2019-05-08 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | https://www.oktopost.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.oktopost.com |
URL de la Page d'Aide | https://community.oktopost.com |
URL de la Page de Politique de Confidentialité | https://www.oktopost.com/privacy |
Langues Prises en Charge | 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 } |