EveryoneSocial

This extension streamlines the process of posting to Social Media using EveryoneSocial.

Vad är EveryoneSocial?

EveryoneSocial är en Chrome-tillägg utvecklad av EveryoneSocial, och dess huvudfunktion är "This extension streamlines the process of posting to Social Media using EveryoneSocial.".

Tilläggsskärmbilder

screenshot

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

Ladda ner EveryoneSocial-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

                        Adds a button to your toolbar that will open a new tab and begin the process of posting the active tab to EveryoneSocial                    

Grundläggande Information om Tillägg

Namn EveryoneSocial EveryoneSocial
ID nlgekopeodgakhebiompfbdpfeoacnka
Officiell webbadress https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka
Beskrivning This extension streamlines the process of posting to Social Media using EveryoneSocial.
Filstorlek 11.6 KB
Antal Installationer 489
Aktuell Version 1.0.5
Senast Uppdaterad 2023-02-01
Publiceringsdatum 2020-06-08
Betyg 1.67/5 Totalt 3 Betyg
Utvecklare EveryoneSocial
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://everyonesocial.com
Hjälpsida URL https://everyonesocial.com/contact/
URL till Sekretesspolicy Sidan https://everyonesocial.com/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EveryoneSocial",
    "version": "1.0.5",
    "description": "This extension streamlines the process of posting to Social Media using EveryoneSocial.",
    "homepage_url": "https:\/\/everyonesocial.com",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "Click to share content"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3
}