AuthorityOverlay

AuthorityOverlay.com lets you turn every link you share into a conversion machine.

AuthorityOverlayคืออะไร?

AuthorityOverlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simran Software Solutions (P) Ltd. และคุณลักษณะหลักของมันคือ "AuthorityOverlay.com lets you turn every link you share into a conversion machine."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AuthorityOverlay

ดาวน์โหลดไฟล์ส่วนขยาย AuthorityOverlay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AuthorityOverlay lets you turn every link you share into a conversion machine.
Drive traffic & capture leads from sites YOU DON'T EVEN OWN! Add a call-to-action and branding to links you share on social media. Anyone clicking on your links will see the content along with your call-to-action inside.

Use content of others to promote yours. AuthorityOverlay seamlessly integrates into your marketing, growth, and social media workflow.

Choose from 20+ stunning, fully customizable templates to save your time and money. Professionally designed template are guaranteed skyrocket conversions.

Create a custom display URL that is branded for your domain. 

Create & Share links from wherever you are on the web. Bookmarklet & Chrome extension for easy overlay creation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AuthorityOverlay AuthorityOverlay
ID gllbocgdcaigapeaedjinbkgjdjcghoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/authorityoverlay/gllbocgdcaigapeaedjinbkgjdjcghoj
คำอธิบาย AuthorityOverlay.com lets you turn every link you share into a conversion machine.
ขนาดไฟล์ 50.56 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-12-09
วันที่เผยแพร่ 2016-12-09
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Simran Software Solutions (P) Ltd.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AuthorityOverlay",
    "description": "AuthorityOverlay.com lets you turn every link you share into a conversion machine.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "logo-19x19.png",
        "default_title": "Authority Overlay"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "authorityoverlay.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "authorityoverlay.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/authorityoverlay.com\/",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "share-image.png",
        "icon.png"
    ],
    "icons": {
        "16": "logo-16x16.png",
        "24": "logo-24x24.png",
        "32": "logo-32x32.png",
        "48": "logo-48x48.png",
        "64": "logo-64x64.png",
        "128": "logo-128x128.png"
    }
}