NinjaOutreach Lite

NinjaOutreach Lite adds powerful prospecting and outreach capabilities to your web browser on the fly.

NinjaOutreach Liteคืออะไร?

NinjaOutreach Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ninjaoutreach.com และคุณลักษณะหลักของมันคือ "NinjaOutreach Lite adds powerful prospecting and outreach capabilities to your web browser on the fly."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        What Is The Chrome Extension?

The Chrome Extension brings powerful web browser capabilities so you can use the power of NinjaOutreach on the fly with the click of a button. It works with any OS and is completely free (though you can upgrade to a pro version with even more features).

This is Free plugin that also integrates with your NinjaOutreach account. 

Don’t have a NinjaOutreach account yet? You can start a free 7-day risk free trial at NinjaOutreach.com.

What Can The Chrome Extension Do?

Here is a current list of the features the Chrome Extension has:

Advanced Data Mining

The Chrome extension actually includes a ton of data including. 

Full Name
Location/Address
Links To Social Pages (Facebook, Twitter, Instagram, LinkedIn, Pinterest, G+, Youtube)
Follower Counts for all social pages
Domain Name
Page URL
Page Title
Links To Key Pages (About, Contact, Resources, Infographics, Podcasts, Interviews, Giveaways, Sponsored Posts, Product Reviews, Guest Posts, Press)
Monetization Techniques (banner ads, email lists)
Meta Description
Email Addresses
Phone Number
Alexa Rank
Average Visits Per Month
Average Comments Per Post
Average Social Shares Per Post
Backlinks
Page Authority
Domain Authority
Page Rank
Moz Rank
Klout Score
Social Shares of page

See something that’s missing? Let us know!

Note Taking

Leave notes about each blogger, which will be cached for future reference.

RSS Feed

View an rss feed of the blog, including:

Author name
Hyperlinked post title
Publish date
Number of comments

Demographic and Analytics Information

View key demographic information, such as:

Top countries by visitation
Bounce Rate
Daily Pageviews Per Visitor
Daily Time On Site
Percent Male Visitors
Percent Female Visitors

Contact Form Auto Fill (Pro version only)

Autofill the contact form with saved, customized templates from the software.
Add bloggers to your outreach lists, on the fly.                    

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

ชื่อ NinjaOutreach Lite NinjaOutreach Lite
ID ggafbfbbholjabenemjoimkkkookgbam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ninjaoutreach-lite/ggafbfbbholjabenemjoimkkkookgbam
คำอธิบาย NinjaOutreach Lite adds powerful prospecting and outreach capabilities to your web browser on the fly.
ขนาดไฟล์ 951 KB
จำนวนการติดตั้ง 5,744
เวอร์ชันปัจจุบัน 1.32.59
อัปเดตครั้งล่าสุด 2021-12-07
วันที่เผยแพร่ 2019-02-25
คะแนน 3.50/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://ninjaoutreach.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ninjaoutreach.com/
URL หน้าช่วยเหลือ https://university.ninjaoutreach.com/
URL หน้านโยบายความเป็นส่วนตัว https://ninjaoutreach.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NinjaOutreach Lite",
    "description": "NinjaOutreach Lite adds powerful prospecting and outreach capabilities to your web browser on the fly.",
    "version": "1.32.59",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/chrome-ext-toolbar-icon.png",
        "default_title": "Ninja Outreach",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.ninjaoutreach.com\/*",
            "https:\/\/dev.ninjaoutreach.com\/*",
            "https:\/\/test.ninjaoutreach.com\/*"
        ]
    },
    "background": {
        "service_worker": "js\/background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "vendor\/jquery-3.4.1.min.js",
                "js\/background\/parseDemographics.js",
                "js\/background\/grabRSSFeeds.js",
                "js\/util.js",
                "js\/scraper.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/api.pinterest.com\/v1\/urls\/*",
        "https:\/\/www.alexa.com\/*"
    ]
}