Zimzee - Save Anything In One Click

Capture - Organize - Recall

Qu'est-ce que Zimzee - Save Anything In One Click ?

Zimzee - Save Anything In One Click est une extension Chrome développée par Zimzee Inc., et sa fonction principale est "Capture - Organize - Recall".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zimzee - Save Anything In One Click

Téléchargez les fichiers d'extension Zimzee - Save Anything In One Click 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

                        Declutter your online experience with Zimzee; a single-click solution to save and organize web and social content effortlessly!

Your all-in-one content vault. Zimzee helps you eliminate the chaos of excess, providing a streamlined platform to capture, save, organize, and collaborate on everything and anything.

Save ad inspiration from social media posts and rework them into your own, save notes to write that book or just organize yourself for that DIY project.

With Zimzee, your online life becomes easy.

Key Features:
- Save inspiration in one click: social media ads and posts, screenshots, images, files and more
-Unlimited buckets, cards, full page & regional screenshots, text & save, bookmarks, files, tags
-Save ads and posts from Instagram, X, Facebook and TikTok ad libraries,  and even organic timeline posts while scrolling.
-Permanent saves; saved content will never be lost, stored in the cloud forever even if the content gets taken down
-All ad types supported including videos, images, reels and multi-image carousels
-Save ad copy and automatically save the landing page, too
-Public share with stats
- short links to easily share captured content in emails, social media posts, or chats.
-dark & light mode
-personalize your buckets with colors, images and emoji
- daily e-mail reminders for saved items, ensuring nothing slips through the cracks. Customize frequency and the number of reminders

Zimzee is for everyone! But it especially caters to creatives, businesses, and everyday internet users, transforming innovative ideas and inspiration into reality.

Whether you’re a marketer, entrepreneur, or information seeker, Zimzee simplifies your online journey, making it your new digital best friend.

Save, organize, share, and collaborate effortlessly—welcome to a clutter-free digital world!

Welcome to Zimzee.                    

Informations de Base sur l'Extension

Nom Zimzee - Save Anything In One Click Zimzee - Save Anything In One Click
ID mnocfefponilgkmehcdbmdojkeodoffd
URL Officiel https://chromewebstore.google.com/detail/zimzee-save-anything-in-o/mnocfefponilgkmehcdbmdojkeodoffd
Description Capture - Organize - Recall
Taille du Fichier 10.47 MB
Nombre d'Installations 72
Version Actuelle 1.4
Dernière Mise à Jour 2024-02-29
Date de Publication 2024-02-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Zimzee Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.zimzee.com
URL de la Page d'Aide https://www.zimzee.com/support
URL de la Page de Politique de Confidentialité https://www.zimzee.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zimzee - Save Anything In One Click",
    "description": "Capture - Organize - Recall",
    "version": "1.4",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo\/128x128.png",
                "assets\/logo\/32x32.png",
                "assets\/logo\/sponcered-videos.gif",
                "assets\/lib\/jquery.min.js",
                "assets\/lib\/jquery.amsify.suggestags.js",
                "images\/jquery-te.png",
                "images\/Camera.svg",
                "dataModal.html",
                "dataModal.css",
                "facebook.css",
                "popup.js",
                "jquery-te-1.4.0.css",
                "jquery-te-1.4.0.min.js",
                "select-dropdown.css",
                "select-dropdown.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "assets\/logo\/16x16.png",
        "32": "assets\/logo\/32x32.png",
        "48": "assets\/logo\/48x48.png",
        "128": "assets\/logo\/128x128.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "assets\/lib\/jquery.min.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/zimzee.com\/*",
                "*:\/\/amazon.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/amazon.co.uk\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/tiktok.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/*.web.whatsapp.com\/*",
                "*:\/\/wikipedia.org\/*",
                "*:\/\/*.wikipedia.org\/*",
                "*:\/\/realtor.com\/*",
                "*:\/\/*.realtor.com\/*",
                "*:\/\/zillow.com\/*",
                "*:\/\/*.zillow.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/app.zimzee.com\/*"
        ]
    },
    "action": {
        "default_title": "Zimzee",
        "default_icon": {
            "16": "assets\/logo\/16x16.png",
            "32": "assets\/logo\/32x32.png",
            "48": "assets\/logo\/48x48.png",
            "128": "assets\/logo\/128x128.png"
        }
    },
    "commands": {
        "bookmark": {
            "description": "Save URL",
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "Command+Shift+4"
            }
        },
        "fullpage": {
            "description": "Full Page screenshot",
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            }
        },
        "highlight": {
            "description": "Highlight Text & Save",
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            }
        },
        "regional": {
            "description": "Region screenshot",
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        }
    }
}