Daily Growth | The Growth Marketers Homepage

Get a feed of the hottest growth marketing news personalized to you.

¿Qué es Daily Growth | The Growth Marketers Homepage?

Daily Growth | The Growth Marketers Homepage es una extensión de Chrome desarrollada por https://adtuo.com, y su función principal es "Get a feed of the hottest growth marketing news personalized to you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Daily Growth | The Growth Marketers Homepage

Descarga archivos de extensión Daily Growth | The Growth Marketers Homepage en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Daily Growth is the fastest growing online community for growth marketers to stay updated on the best Growth Marketing news. Get all the content you love in one place collected from hundred of sources.

In other words, stop wasting time searching for high-quality articles. Just install Daily Growth, open a new tab, and you're all set.

😃 Why give it a try?
Stay up-to-date with zero effort
Free forever
No sign up needed
Private. You own and control all your data.
Active Growth Marketing community 

😎 Some of the coolest features on Daily Growth:
Multiple feeds to help you stay updated
Top visited sites - reach your favorite websites directly from your new tab
Upvote the articles you liked the most (coming soon)
Bookmark posts for later read (coming soon)
Discuss with other growth marketers about hot topics (coming soon)

🙁 Why not give it a try?
You have no interest in becoming a better growth marketer
You love wasting your time searching for mkt news

A must-have tool for any growth marketer 🚀

If you still have any questions or concerns, please email us at [email protected], and a real human will help you out.

Made with ❤️ by growth marketers for growth marketers                    

Información Básica de la Extensión

Nombre Daily Growth | The Growth Marketers Homepage Daily Growth | The Growth Marketers Homepage
ID ffkhcgknefdnfkbdmgbnikjlacjpfpkj
URL Oficial https://chromewebstore.google.com/detail/daily-growth-the-growth-m/ffkhcgknefdnfkbdmgbnikjlacjpfpkj
Descripción Get a feed of the hottest growth marketing news personalized to you.
Tamaño del Archivo 22.1 KB
Cantidad de Instalaciones 32
Versión Actual 1.2
Última Actualización 2021-12-02
Fecha de Publicación 2021-10-11
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://adtuo.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.adtuo.com/daily-growth
URL de la Página de Ayuda https://www.adtuo.com
URL de la Página de Política de Privacidad https://www.adtuo.com/legal/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "Daily Growth | The Growth Marketers Homepage",
    "short_name": "Daily Growth",
    "description": "Get a feed of the hottest growth marketing news personalized to you.",
    "homepage_url": "https:\/\/dailygrowth.adtuo.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/dailygrowth.adtuo.com\/*",
        "https:\/\/*.adtuo.com\/",
        "https:\/\/adtuo.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Daily Growth",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/dailygrowth.adtuo.com\/*",
            "https:\/\/*.adtuo.com\/",
            "https:\/\/adtuo.com\/"
        ],
        "accepts_tls_channel_id": true
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "web_accessible_resources": [
        "main.html"
    ],
    "offline_enabled": true
}