Chickadeasy

Affiliate Automation Tool(s)

Chickadeasy란 무엇입니까?

Chickadeasy은(는) chickadeasy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Affiliate Automation Tool(s)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Chickadeasy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✶ We Get You! ✶
We know exactly what your day entails. We're affiliate marketers too!
It can be a grueling, time consuming, all-encompassing job. It's our goal to
lighten the load and give us all some more time for the FUN STUFF!

➤▶︎What is Chickadeasy?
It's a paid Chrome browser extension that uses the information on an Amazon or Walmart product page to create an affiliate post in the format that you design with the click of a key.

It creates posts in half the time, allowing you free time that you never thought you'd have!  

Chickadeasy is a paid extension. Learn more and sign up for a 30 day free trial at Chickadeasy.com

➤▶︎Where can I use it?
We designed it specifically for social media, but the format building is flexible enough that you could use it for almost anything!

Just make sure to check the TOS of your affiliate connections to make sure you're following their rules.

➤▶︎Multiple Post Formats 
You choose how many post formats you need so you can customize the extension for your business. From one to Infinity!

➤▶︎Format posts in seconds
The Chickadeasy extension lets you auto-create your post with a click on the extension icon (a chickadee of course!), or by assigning a key-stroke combination. Either way you chose, your posts are at your literal fingertips!

➤▶︎Multiple Tracking IDs
The Chickadeasy extension allows you to assign different IDs to each post format.

➤▶︎More time in your day
Posts take half the time. Formatting is automatic. Price drops can be posted immediately. If you have codes or coupons, they just need to be added in the post field before hitting "send".

➤▶︎All information is Secure
The Chickadeasy extension does not have access to your accounts. It gets its information directly from the product page.

➤▶︎Live more or Post more?
What will you do with all that extra time?
Play more?
Post more?
A little bit of both?
The choice is yours!                    

확장 프로그램 기본 정보

이름 Chickadeasy Chickadeasy
ID kmkjoceokhnfcoahhmambcjbeeeidphl
공식 URL https://chromewebstore.google.com/detail/chickadeasy/kmkjoceokhnfcoahhmambcjbeeeidphl
설명 Affiliate Automation Tool(s)
파일 크기 913 KB
설치 횟수 46
현재 버전 1.2.0
최근 업데이트 2024-02-01
출시 날짜 2023-11-08
개발자 chickadeasy
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 http://www.chickadeasy.com/home
도움말 페이지 URL http://www.chickadeasy.com/contact
개인정보 보호 정책 페이지 URL https://chickadeasy.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chickadeasy",
    "version": "1.2.0",
    "description": "Affiliate Automation Tool(s)",
    "action": {
        "default_title": "Click to open the options page"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content\/import-amazonBootsrap.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.com.mx\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content\/import-walmartBootsrap.js"
            ],
            "matches": [
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.walmart.ca\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pages\/options\/index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/amazonBootsrap.js",
                "content\/walmartBootsrap.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.pl\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.walmart.ca\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "action-template-1": {
            "suggested_key": {
                "default": "Alt+E"
            },
            "description": "Use template specified in the template editor"
        },
        "action-template-2": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Use template specified in the template editor"
        },
        "action-template-3": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Use template specified in the template editor"
        },
        "action-template-4": {
            "suggested_key": {
                "default": "Alt+D"
            },
            "description": "Use template specified in the template editor!!"
        },
        "action-template-5": {
            "description": "Use template specified in the template editor!"
        },
        "action-template-6": {
            "description": "Use template specified in the template editor"
        },
        "action-template-7": {
            "description": "Use template specified in the template editor"
        },
        "action-template-8": {
            "description": "Use template specified in the template editor"
        },
        "action-template-9": {
            "description": "Use template specified in the template editor"
        },
        "action-template-0": {
            "description": "Use template specified in the template editor"
        }
    },
    "options_page": "pages\/options\/index.html",
    "permissions": [
        "clipboardWrite",
        "storage",
        "alarms"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlvHOgUxtiI4TZCKGeba06vMzafwdIVlzBawEN2U8i6Hq81L2gHMX8DWFosqpFBUi9G7NTx20kciv+LUMq5l2pE8x+hratPUk1kalySkhfybe5vDDDmOO2UAwvpj+hRcN5mltEjY3zLB2NSbcllflbkq6LpzZhe1tBhknyJVcKd795\/9mlFwQSSSdvNaDTrSZSuF6teSSk8lmi10HdqZCyZFB0xSNWjVew0fGMtRcmoOCdA0Fje60b23ymDJiMzM5ICW4f9J79TtL2Zuy6jzrESDxhplwG\/r1SLHy1sTAC6\/cMTqCwOpMd996mwqSDmxB8uncDuYd\/BR9GImuKJ2KlQIDAQAB"
}