EveryoneSocial

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

Wat is EveryoneSocial?

EveryoneSocial is een Chrome-extensie ontwikkeld door EveryoneSocial, en de belangrijkste functie is "This extension streamlines the process of posting to Social Media using EveryoneSocial.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EveryoneSocial

Download EveryoneSocial-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

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

Basisinformatie over de Extensie

Naam EveryoneSocial EveryoneSocial
ID nlgekopeodgakhebiompfbdpfeoacnka
Officiële URL https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka
Beschrijving This extension streamlines the process of posting to Social Media using EveryoneSocial.
Bestandsgrootte 11.6 KB
Aantal Installaties 489
Huidige Versie 1.0.5
Laatst Bijgewerkt 2023-02-01
Publicatiedatum 2020-06-08
Beoordeling 1.67/5 Totaal 3 Beoordelingen
Ontwikkelaar EveryoneSocial
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://everyonesocial.com
Help Pagina-URL https://everyonesocial.com/contact/
URL van de Privacybeleid Pagina https://everyonesocial.com/privacy-policy
Ondersteunde Talen 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
}