Conversion Checklist

Conversion Checklist

Vad är Conversion Checklist?

Conversion Checklist är en Chrome-tillägg utvecklad av cogentgene, och dess huvudfunktion är "Conversion Checklist".

Tilläggsskärmbilder

screenshot

Ladda ner Conversion Checklist-förlängningens CRX-fil

Ladda ner Conversion Checklist-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

                        Conversion checklist ensures you avoid common mistakes that will cost you time and money. This list is comprised of over 100 items that will help you get your website in tip top shape, increase conversions, sales, and revenue. While this is not a definitive list, it does address a bulk portion of issues most people tend to overlook.

List includes items from the following categories:
- Strategic
- Copy
- Design
- Hero
- Headline
- Ads
- Trust
- Forms
- Videos
- Performance

You can open one list per domain, edit, add or delete items. Everything is stored locally.                    

Grundläggande Information om Tillägg

Namn Conversion Checklist Conversion Checklist
ID njgiiihpefaiololngaideeopjgmiokh
Officiell webbadress https://chromewebstore.google.com/detail/conversion-checklist/njgiiihpefaiololngaideeopjgmiokh
Beskrivning Conversion Checklist
Filstorlek 261 KB
Antal Installationer 309
Aktuell Version 1.0.1
Senast Uppdaterad 2019-12-31
Publiceringsdatum 2019-12-31
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare cogentgene
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.getconversionchecklist.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Conversion Checklist",
    "short_name": "Conversion Checklist",
    "description": "Conversion Checklist",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "loader.js"
        ],
        "persistent": false
    },
    "icons": {
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "MaterialIcons-Regular.woff"
    ]
}