Oktopost

Easily share content on social media using Oktopost.

Vad är Oktopost?

Oktopost är en Chrome-tillägg utvecklad av https://www.oktopost.com, och dess huvudfunktion är "Easily share content on social media using Oktopost.".

Tilläggsskärmbilder

screenshot

Ladda ner Oktopost-förlängningens CRX-fil

Ladda ner Oktopost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Oktopost Oktopost
ID jdfdfjdpgnpjenffkiiljpjkomeofiem
Officiell webbadress https://chromewebstore.google.com/detail/oktopost/jdfdfjdpgnpjenffkiiljpjkomeofiem
Beskrivning Easily share content on social media using Oktopost.
Filstorlek 22.07 KB
Antal Installationer 732
Aktuell Version 1.0
Senast Uppdaterad 2019-05-09
Publiceringsdatum 2019-05-08
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare https://www.oktopost.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.oktopost.com
Hjälpsida URL https://community.oktopost.com
URL till Sekretesspolicy Sidan https://www.oktopost.com/privacy
Stödda Språk 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
}