Pin Generator

Generate Pinterest Pins from any website.

Cos'è Pin Generator?

Pin Generator è un'estensione di Chrome sviluppata da https://pingenerator.com, e la sua funzione principale è "Generate Pinterest Pins from any website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pin Generator

Scarica i file di estensione Pin Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Generate Pinterest pins instantly by scanning any webpage and using the images and metadata to create Pinterest pins that are ready to go.                    

Informazioni di Base sull'Estensione

Nome Pin Generator Pin Generator
ID ajbhelkledhdfliikloahghogmidbabn
URL Ufficiale https://chromewebstore.google.com/detail/pin-generator/ajbhelkledhdfliikloahghogmidbabn
Descrizione Generate Pinterest Pins from any website.
Dimensione del File 19.51 KB
Conteggio Installazioni 996
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-08-30
Data di Pubblicazione 2023-08-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://pingenerator.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pingenerator.com
URL della Pagina di Aiuto https://pingenerator.tawk.help/
URL della Pagina della Politica sulla Privacy https://pingenerator.com/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Generator",
    "version": "0.0.3",
    "description": "Generate Pinterest Pins from any website.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}