Subject Line Ruler by Loop

Scrivi Subject Line visibili in qualunque inbox, senza errori e tagli inaspettati.

Was ist Subject Line Ruler by Loop?

Subject Line Ruler by Loop ist eine Chrome-Erweiterung, die von simo entwickelt wurde, und ihr Hauptmerkmal ist "Scrivi Subject Line visibili in qualunque inbox, senza errori e tagli inaspettati.".

Erweiterungsscreenshots

screenshot
screenshot

Subject Line Ruler by Loop-Erweiterungs-CRX-Datei herunterladen

Laden Sie Subject Line Ruler by Loop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Quanto è brutto investire tanto tempo per scrivere subject line per poi vederle tagliate dalle caselle di posta, o ancora peggio, dalle notifiche su mobile?

Risolviamo il problema una volta per tutte? 

❌ "Usa max 60 caratteri nella subject line"
❌ "Usa massimo 10 parole"
✅ Misura la lunghezza in Pixel della subject line

Eh sì, il numero di caratteri o parole non conta assolutamente nulla.

Quello che conta è la lunghezza in pixel della frase. Se supera un certo numero di pixel, verrà tagliata.

Ma come facciamo a misurare la lunghezza in pixel di una frase, considerando che una "O" occupa più pixel di una "i" e una emoji più di qualunque altra lettera?

Semplice, con questa estensione!

1- Installa l'estensione
2- Clicca sull'icona dell'estensione per testare la lunghezza della subject
3- Ottieni subito un feedback

Super bonus se utilizzi Klaviyo

Se sei un utilizzatore di Klaviyo, dopo aver installato l'estensione troverai un pulsante sotto il campo "subject line" dei Flow e Campaigns. Ti basterà cliccarlo per misurare la lunghezza della Subject Line che hai appena scritto.

Enjoy!                    

Grundlegende Informationen zur Erweiterung

Name Subject Line Ruler by Loop Subject Line Ruler by Loop
ID pcmeigfiadkneencdjihbaigklndhpfc
Offizielle URL https://chromewebstore.google.com/detail/subject-line-ruler-by-loo/pcmeigfiadkneencdjihbaigklndhpfc
Beschreibung Scrivi Subject Line visibili in qualunque inbox, senza errori e tagli inaspettati.
Dateigröße 1.15 MB
Installationsanzahl 177
Aktuelle Version 1.3
Letztes Update 2023-10-19
Veröffentlichungsdatum 2023-10-01
Entwickler simo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://loopsrl.agency/subject-line-ruler/
URL der Datenschutzrichtlinien-Seite https://loopsrl.agency/privacy-policy
Unterstützte Sprachen it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Subject Line Ruler by Loop",
    "version": "1.3",
    "description": "Scrivi Subject Line visibili in qualunque inbox, senza errori e tagli inaspettati.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "checklist.png"
            ],
            "matches": [
                "https:\/\/www.klaviyo.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.klaviyo.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "checklist.png",
        "32": "checklist_32.png",
        "128": "checklist_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "checklist.png",
            "32": "checklist_32.png",
            "128": "checklist_128.png"
        }
    }
}