Pin Generator

Generate Pinterest Pins from any website.

Qu'est-ce que Pin Generator ?

Pin Generator est une extension Chrome développée par https://pingenerator.com, et sa fonction principale est "Generate Pinterest Pins from any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pin Generator

Téléchargez les fichiers d'extension Pin Generator 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

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

Informations de Base sur l'Extension

Nom Pin Generator Pin Generator
ID ajbhelkledhdfliikloahghogmidbabn
URL Officiel https://chromewebstore.google.com/detail/pin-generator/ajbhelkledhdfliikloahghogmidbabn
Description Generate Pinterest Pins from any website.
Taille du Fichier 19.51 KB
Nombre d'Installations 996
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-08-30
Date de Publication 2023-08-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://pingenerator.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pingenerator.com
URL de la Page d'Aide https://pingenerator.tawk.help/
URL de la Page de Politique de Confidentialité https://pingenerator.com/privacy-policy
Langues Prises en Charge 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"
    }
}