Email Scraper for Mail Merge

Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge

Email Scraper for Mail Mergeとは何ですか?

Email Scraper for Mail Mergeはhttps://emailscraper-mailmerge.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge」です。

拡張機能のスクリーンショット

screenshot
screenshot

Email Scraper for Mail Merge拡張機能のCRXファイルをダウンロード

Email Scraper for Mail Merge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        **This is a promotional item for our Chrome Extension with the same name.**

The link to the Chrome Web Store is provided below.

The reason why we are doing this is because we want to make this application accessible to as many people as possible who are using Mail Merge with Google Sheets. This is a add-on specifically for Sheet users who want to extract emails from web page directories in order to send promotional emails with Mail Merge.

Further instructions can be found at the Chrome Extension Web Store.

Follow the link below to download the extension to your Chrome browser:
https://chrome.google.com/webstore/detail/email-scraper-for-mail-me/eboiamfelgfbnhckknboemljjccmnhhd                    

拡張機能の基本情報

名前 Email Scraper for Mail Merge Email Scraper for Mail Merge
ID hpdkiegodjfpfgbciljalfjgfpcfbfhl
公式URL https://chromewebstore.google.com/detail/email-scraper-for-mail-me/hpdkiegodjfpfgbciljalfjgfpcfbfhl
説明 Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge
ファイルサイズ 18.77 KB
インストール数 53
現在のバージョン 1.0.0.1
最終更新日 2018-10-17
公開日 2018-10-17
開発者 https://emailscraper-mailmerge.herokuapp.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://emailscraper-mailmerge.herokuapp.com
ヘルプページのURL https://emailscraper-mailmerge.herokuapp.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Scraper for Mail Merge",
    "short_name": "Email Scraper",
    "description": "Extract names and emails from webpages for mass email marketing using Google Spreadsheets with Mail Merge",
    "version": "1.0.0.1",
    "author": "Andy Li",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Email Scraper Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "content.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/script.google.com\/*; https:\/\/ssl.google-analytics.com; object-src 'self'"
}