Zimzee - Save Anything In One Click

Capture - Organize - Recall

Что такое Zimzee - Save Anything In One Click?

Zimzee - Save Anything In One Click - это расширение Chrome, разработанное Zimzee Inc., и его основная функция - "Capture - Organize - Recall".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Zimzee - Save Anything In One Click

Скачайте файлы расширений Zimzee - Save Anything In One Click в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Zimzee - Save Anything In One Click Zimzee - Save Anything In One Click
ID mnocfefponilgkmehcdbmdojkeodoffd
Официальный URL https://chromewebstore.google.com/detail/zimzee-save-anything-in-o/mnocfefponilgkmehcdbmdojkeodoffd
Описание Capture - Organize - Recall
Размер файла 10.47 MB
Количество установок 72
Текущая Версия 1.4
Последнее Обновление 2024-02-29
Дата публикации 2024-02-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Zimzee Inc.
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.zimzee.com
URL страницы помощи https://www.zimzee.com/support
URL страницы политики конфиденциальности https://www.zimzee.com/privacy-policy
Поддерживаемые языки 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"
            }
        }
    }
}