Zimzee - Save Anything In One Click

Capture - Organize - Recall

Vad är Zimzee - Save Anything In One Click?

Zimzee - Save Anything In One Click är en Chrome-tillägg utvecklad av Zimzee Inc., och dess huvudfunktion är "Capture - Organize - Recall".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Zimzee - Save Anything In One Click-förlängningens CRX-fil

Ladda ner Zimzee - Save Anything In One Click-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

                        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.                    

Grundläggande Information om Tillägg

Namn Zimzee - Save Anything In One Click Zimzee - Save Anything In One Click
ID mnocfefponilgkmehcdbmdojkeodoffd
Officiell webbadress https://chromewebstore.google.com/detail/zimzee-save-anything-in-o/mnocfefponilgkmehcdbmdojkeodoffd
Beskrivning Capture - Organize - Recall
Filstorlek 10.47 MB
Antal Installationer 72
Aktuell Version 1.4
Senast Uppdaterad 2024-02-29
Publiceringsdatum 2024-02-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Zimzee Inc.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.zimzee.com
Hjälpsida URL https://www.zimzee.com/support
URL till Sekretesspolicy Sidan https://www.zimzee.com/privacy-policy
Stödda Språk 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"
            }
        }
    }
}