EVOLV | New Tab for Marketers

EVOLV New Tab helps top Marketers stay updated, relevant, & effective, using AI-powered marketing news, feeds, tools, & resources

EVOLV | New Tab for Marketers là gì?

EVOLV | New Tab for Marketers là một tiện ích mở rộng Chrome được phát triển bởi https://goevolv.io, và tính năng chính của nó là "EVOLV New Tab helps top Marketers stay updated, relevant, & effective, using AI-powered marketing news, feeds, tools, & resources".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EVOLV | New Tab for Marketers

Tải xuống các tệp mở rộng EVOLV | New Tab for Marketers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The BEST of Marketing news, feeds, & updates- right on your New Tab page!

EVOLV gives you the BEST daily updates from the world of marketing- personalized based on your career needs & objectives!

Leverage EVOLV to stay updated, effective, relevant & in-demand!


Achieve more & become indispensable by leveraging powerful marketing content feeds, tools, & resources- curated by our stellar AI. Leverage EVOLV to expand your horizons & become 1% better each day!

The world is changing rapidly, stay updated with EVOLV!

Permissions required:
Access to api.goevolv.io -> required for fetching feeds & content
Access to suggestqueries.google.com -> required for getting keyword suggestions on the new tab search bar
New Tab page -> the application replaces the New Tab page to further extend its functionality, features, & utility
Fetch icons -> required for new tab links' grid
Fetch frequently visited websites -> required to generate a personalized links grid for the new tab page                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EVOLV | New Tab for Marketers EVOLV | New Tab for Marketers
ID ojealicghmpbbfddlhenofjjdmjlkgll
URL Chính Thức https://chromewebstore.google.com/detail/evolv-new-tab-for-markete/ojealicghmpbbfddlhenofjjdmjlkgll
Mô tả EVOLV New Tab helps top Marketers stay updated, relevant, & effective, using AI-powered marketing news, feeds, tools, & resources
Kích Thước Tệp 3.66 MB
Số Lần Cài Đặt 374
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2023-10-29
Ngày Phát Hành 2023-03-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://goevolv.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goevolv.io/
URL Trang Trợ Giúp https://chrome.google.com/webstore/detail/evolv-new-tab-for-markete/ojealicghmpbbfddlhenofjjdmjlkgll/support
URL Trang Chính Sách Bảo Mật https://goevolv.io?privacy_policy=true
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EVOLV | New Tab for Marketers",
    "short_name": "EVOLV New Tab",
    "description": "EVOLV New Tab helps top Marketers stay updated, relevant, & effective, using AI-powered marketing news, feeds, tools, & resources",
    "version": "1.1.8",
    "homepage_url": "https:\/\/goevolv.io\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "host_permissions": [
        "*:\/\/api.goevolv.io\/*",
        "*:\/\/suggestqueries.google.com\/*",
        "*:\/\/*.posthog.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "optional_permissions": [
        "scripting",
        "tabs"
    ],
    "permissions": [
        "unlimitedStorage",
        "topSites",
        "storage",
        "background",
        "favicon"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.goevolv.io\/*",
            "*:\/\/*.google.com\/*",
            "*:\/\/*.posthog.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.html",
                "*.css",
                "*.png",
                "*.svg",
                "*.jpg",
                "*.jpeg",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "offline_enabled": true,
    "author": "EVOLV",
    "background": {
        "service_worker": "js\/service.js"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_title": "EVOLV New Tab"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}